Re: Standard Faces nodes

2005-08-18 Thread Richard M. Stallman
Please install these changes, and thanks. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Standard Faces nodes

2005-08-16 Thread Stuart D. Herring
>>> @table @code >>> @item mode-line >>> ! @itemx modeline >> >> I don't know too much about Texinfo, but shouldn't there be a @code >> modifier on both of those item labels? > > That's what "@table @code" is for (*note (texinfo)table::). Ah, thanks -- I was thinking of it like \frame or so in

Re: Standard Faces nodes

2005-08-16 Thread Andreas Schwab
"Stuart D. Herring" <[EMAIL PROTECTED]> writes: >> @table @code >> @item mode-line >> ! @itemx modeline > > I don't know too much about Texinfo, but shouldn't there be a @code > modifier on both of those item labels? That's what "@table @code" is for (*note (texinfo)table::). Andreas. -- A

Re: Standard Faces nodes

2005-08-16 Thread Stuart D. Herring
> @table @code > @item mode-line > ! @itemx modeline I don't know too much about Texinfo, but shouldn't there be a @code modifier on both of those item labels? Davis Herring -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy con

Re: Standard Faces nodes

2005-08-16 Thread Juri Linkov
> I could create a patch for that by merging the text from both nodes > into `(emacs)Standard Faces', if this is ok. > > Please do, and thanks for noticing the problem. Below is a patch which merges the nodes `(elisp)Standard Faces' and `(emacs)Standard Faces' into the latter. Index: lisp

Re: Standard Faces nodes

2005-08-10 Thread Richard M. Stallman
What is bad is that they are out of sync. Every change in faces needs to be duplicated in both nodes. It would be better to provide this information only in the Emacs User Manual, and to make a cross-reference to it from the Emacs Lisp Reference Manual. I could create a patch

Standard Faces nodes

2005-08-09 Thread Juri Linkov
There are two Info nodes with the same name in the Emacs User Manual and in the Emacs Lisp Reference Manual which serve the same purpose: (info "(emacs)Standard Faces") (info "(elisp)Standard Faces") What is bad is that they are out of sync. Every change in faces needs to be duplicated in both n