Date: Wed, 15 Oct 2014 03:27:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194363] New: [patch] lua-mode.el references obsolete last-command-char Message-ID: <bug-194363-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194363 Bug ID: 194363 Summary: [patch] lua-mode.el references obsolete last-command-char Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: christopherhall.hsw@gmail.com Created attachment 148320 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148320&action=edit Add a line to cmakefile to sed s/last-command-char/last-command-event/g Latest EMACS removes last-command-char so need to patch the lua-mode.el to change this to last-command-event. Attached is a patch for Makefile that does the patching in the staging directory directly in the do-install rule. Not sure if this is the correct way, but the port does not build anything it simply populates the staging area; so could not add a standard patch file. Only tested with: emacs24-24.3_7,3 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194363-13>