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

Re: macos.texi updated

2005-09-25 Thread Jesper Harder
YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: >>> On Thu, 22 Sep 2005 22:42:41 +0200, Jesper Harder <[EMAIL PROTECTED]> said: > >> I think one thing that would be very helpful is to give intructions >> on how to set up fonts for comprehensive coverage

Re: macos.texi updated

2005-09-22 Thread Jesper Harder
YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: > I've updated man/macos.texi. According to admin/FOR-RELEASE, it is > subject to proofreading by at least two persons before release. > Because this is my first time to edit Texinfo files, there may be some > "texi"cal and grammatical errors. Corre

Re: Using the ANSI standard for info-look

2005-06-27 Thread Jesper Harder
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > Any objection to the patch below? > It corrects the regexp for Lisp symbols (to be like the one used for > elisp), > it corrects the case-sensitivity, and it adds an entry to use the Texinfo > rendition of the ANSI CL standard if

Re: Using the ANSI standard for info-look

2005-06-26 Thread Jesper Harder
Stefan Monnier <[EMAIL PROTECTED]> writes: > + ;; The Texinfo rendition of the last draft ANSI standard for Common Lisp > + ;; (dpANS). See http://www.ifa.au.dk/~harder/dpans.html Better to use the URL http://purl.org/harder/dpans.html which should last longer. -- Cheers, J

Re: Suspicious code in gnus-read-descriptions-file

2005-03-24 Thread Jesper Harder
Stefan <[EMAIL PROTECTED]> writes: >> But if point /is/ changed, I've often found it pretty hard to be >> absolutely sure if saving point is actually intended and required. > > There's indeed the possibility that the code is usually called with > nntp-server-buffer already the current buffer and p

Re: Suspicious code in gnus-read-descriptions-file

2005-03-22 Thread Jesper Harder
Stefan Monnier <[EMAIL PROTECTED]> writes: > (defun gnus-parse-active () >"Parse active info in the nntp server buffer." > - (save-excursion > -(set-buffer nntp-server-buffer) > + (with-current-buffer nntp-server-buffer > (goto-char (point-min)) Are you sure that not saving (and r