* Re: [jmarant@free.fr: [PATCH] "@" is not recognized as part of defun name for emacs-lisp]
[not found] <E1D9qjd-0004Vj-CO@fencepost.gnu.org>
@ 2005-03-19 14:00 ` Eli Zaretskii
2005-03-19 14:07 ` Jérôme Marant
0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2005-03-19 14:00 UTC (permalink / raw)
Cc: bug-gnu-emacs, rms
> To: bug-gnu-emacs@gnu.org
> From: jmarant@free.fr
> Date: Thu, 10 Mar 2005 22:38:38 +0100
> Subject: [PATCH] "@" is not recognized as part of defun name for emacs-lisp
> Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org
>
> It is seem that @ is a valid character in function names (although
> I did not see any place in the Lisp Ref where valid characters are mentioned.
> I guess everything but parentheses would be the answer?)
>
> Lisp-mode does not properly highlight function names containing
> such a character.
>
> This patch is contributed by Joe Edmonds <joe-bugs-debian-org@elem.com>
>
> - --- /usr/share/emacs/21.3/lisp/emacs-lisp/lisp-mode.el 2003-10-31 10:30:36.000000000 -0800
> +++ lisp-mode.el 2004-03-19 10:11:23.000000000 -0800
> @@ -143,7 +143,7 @@
> (setq font-lock-defaults
> '((lisp-font-lock-keywords
> lisp-font-lock-keywords-1 lisp-font-lock-keywords-2)
> - - nil nil (("+-*/.<>=!?$%_&~^:" . "w")) beginning-of-defun
> + nil nil (("+-*/.<>=!?$%_&~^:@" . "w")) beginning-of-defun
> (font-lock-mark-block-function . mark-defun))))
>
> (defun lisp-outline-level ()
Thanks, I installed this.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [jmarant@free.fr: [PATCH] "@" is not recognized as part of defun name for emacs-lisp]
2005-03-19 14:00 ` [jmarant@free.fr: [PATCH] "@" is not recognized as part of defun name for emacs-lisp] Eli Zaretskii
@ 2005-03-19 14:07 ` Jérôme Marant
0 siblings, 0 replies; 2+ messages in thread
From: Jérôme Marant @ 2005-03-19 14:07 UTC (permalink / raw)
"Eli Zaretskii" <eliz@gnu.org> writes:
> Thanks, I installed this.
Great! Thanks.
--
Jérôme Marant
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-19 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1D9qjd-0004Vj-CO@fencepost.gnu.org>
2005-03-19 14:00 ` [jmarant@free.fr: [PATCH] "@" is not recognized as part of defun name for emacs-lisp] Eli Zaretskii
2005-03-19 14:07 ` Jérôme Marant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.