Re: Fontifying one char strings.

2005-10-16 Thread Richard M. Stallman
> In a docstring, if I have : > > "`nil' if blahblah, `t' otherwise.", nil and t in docstrings shouldn't be quoted. This convention is described somewhere in the Emacs manual. That is true. However, there is still the question of what to do about other one-letter symbol n

Re: Fontifying one char strings.

2005-10-16 Thread Michael Cadilhac
Jesper Harder <[EMAIL PROTECTED]> writes: > Michael Cadilhac <[EMAIL PROTECTED]> writes: > >> In a docstring, if I have : >> >> "`nil' if blahblah, `t' otherwise.", > > nil and t in docstrings shouldn't be quoted. This convention is > described somewhere in the Emacs manual. And what about

Re: Fontifying one char strings.

2005-10-16 Thread Jesper Harder
Michael Cadilhac <[EMAIL PROTECTED]> writes: > In a docstring, if I have : > > "`nil' if blahblah, `t' otherwise.", nil and t in docstrings shouldn't be quoted. This convention is described somewhere in the Emacs manual. ___ Emacs-devel mailing

Fontifying one char strings.

2005-10-16 Thread Michael Cadilhac
Hello ! In a docstring, if I have : "`nil' if blahblah, `t' otherwise.", only nil will be fontified with font-lock-constant-face. I'm wondering why this should be that way, I'm using the following patch without being annoyed: *** emacs/lisp/font-lock.el 2005-10-16 17:07:12.0