This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/doco] add obstacks to gdbint.texi


> From: Elena Zannoni <ezannoni@redhat.com>
> Date: Tue, 10 Feb 2004 15:34:41 -0500
>  > > 
>  > > Ok, is there something in .emacs that I should set to get this done when
>  > > I do an 'esc-q' for instance? 
>  > 
>  > It does that for me by default.  If it doesn't for you, perhaps you
>  > have sentence-end-double-space set to nil somehow.
> 
> Something screwy with my emacs, no doubt. But the variable is set
> correctly.

Then perhaps you have some non-default setting for sentence-end.

> ok. Also corrected the lie about xmalloc/xfree.
> 
> Index: gdbint.texinfo

This version is fine, I have only one more suggestion:

> +@value{GDBN} uses various features provided by the @code{libiberty}
> +library, for instance the C++ demangler, the @acronym{IEEE} floating

The "C++" thingie will look prettier in the printed manual if you
spell it as "C@t{++}", as then TeX will typeset the "++" part with a
typewriter face, as it does with the C operator "++" in a code
fragment.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]