[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: doc string of `local-variable-if-set-p'
From: |
Richard Stallman |
Subject: |
Re: doc string of `local-variable-if-set-p' |
Date: |
Thu, 14 Oct 2004 20:26:18 -0400 |
The original docstring is:
Non-nil if VARIABLE will be local in buffer BUFFER if it is set there.
BUFFER defaults to the current buffer.
but recently the code tries to mangle it to use italics instead of allcaps
for identifiers. Most likely in your case the italics is lost somewhere.
When I tried this on a tty it left the uppercase alone.
The code must try to check for conditions where italics can be used,
and there must be a problem in those criteria.
- Re: doc string of `local-variable-if-set-p', (continued)
- Re: doc string of `local-variable-if-set-p', Luc Teirlinck, 2004/10/14
- Re: doc string of `local-variable-if-set-p', Daniel Brockman, 2004/10/14
- Re: doc string of `local-variable-if-set-p', Luc Teirlinck, 2004/10/14
- Re: doc string of `local-variable-if-set-p', Daniel Brockman, 2004/10/14
- Re: doc string of `local-variable-if-set-p', Luc Teirlinck, 2004/10/15
- Re: doc string of `local-variable-if-set-p', Daniel Brockman, 2004/10/15
- Re: doc string of `local-variable-if-set-p', Luc Teirlinck, 2004/10/15
- Re: doc string of `local-variable-if-set-p', Luc Teirlinck, 2004/10/13
- Re: doc string of `local-variable-if-set-p', Masatake YAMATO, 2004/10/13
- Re: doc string of `local-variable-if-set-p', Luc Teirlinck, 2004/10/13
- Re: doc string of `local-variable-if-set-p',
Richard Stallman <=