Re: Proper Filling of Verbatim Tags
Steinar Bang <[email protected]>
| Newsgroups | gmane.emacs.psgml.user |
|---|---|
| Organization | Probably a good idea |
| Message-ID | <[email protected]> |
>>>>> Peter Flynn <[email protected]>: > On Fri, 2003-06-06 at 19:03, Steinar Bang wrote: >> Ie. what the PI actually would look like, would be something like >> this: >> <?psgml nofill para programlisting screen?> > Right. I don't know if the PSGML and NOFILL work in lowercase though. Upper case will always work, and is safer, I guess. For the curious: If case-fold-search is set to nil (the default is t), PSGML has to be uppercase, but NOFILL may be lowercase (the code does a downcase before comparing it to "nofill").' So the following will work <?PSGML nofill para programlisting screen?> the following will work <?PSGML NOFILL para programlisting screen?> and the following will work <?PSGML NoFiLl para programlisting screen?> ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com.