There is a known problem with Emacs-23.1 and GTK. See: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4122 In short, the items in emacs 23.1/GTK menus don't get updated. Comment #7 in the above thread includes a patch to src/xfns.c that works for me. Fix: Part of emacs-gtk.patch referred to above is attached below as patch-src-xfns.c.txt Place the patch file in /usr/ports/editors/emacs/files. Patch attached with submission follows:
Maintainer of editors/emacs, Please note that PR ports/144309 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144309 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->bsam Take.
bsam 2010-03-15 16:53:49 UTC FreeBSD ports repository Modified files: editors/emacs Makefile Added files: editors/emacs/files patch-src-xfns.c Log: . items in emacs 23.1/GTK menus don't get updated, fix it; [1] . bump PORTREVISION. PR: ports/144309 [1] Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au> [1] Approved by: keramida@ceid.upatras.gr (maintainer timeout, 17 days) Revision Changes Path 1.89 +1 -1 ports/editors/emacs/Makefile 1.1 +30 -0 ports/editors/emacs/files/patch-src-xfns.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!