bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I suppress "helpful" blank lines generated by makeinfo?


From: Eli Zaretskii
Subject: Re: How do I suppress "helpful" blank lines generated by makeinfo?
Date: Thu, 16 Apr 2009 00:09:36 +0300

> Date: Wed, 15 Apr 2009 20:55:25 +0000
> Cc: address@hidden
> From: Alan Mackenzie <address@hidden>
> 
> But in this particular case, this:
> 
>     Those codes which have a lisp function or variable as a direct equivalent:
>         `*' (check not read-only): `barf-if-buffer-readonly'
>         `d' (point): `point'
>         `i' (nil): `nil'
>         `m' (mark):`mark'
>         `n' (number): `read-number'
>         `P' (raw prefix): `current-prefix-arg' (variable)
>         `r' (region): `region-beginning' and `region-end'
>         `v' (user option): `read-variable'
>         `x' (lisp expression): `read-minibuffer'
>         `X' (evaluate lisp expression): `eval-minibuffer'
>         `z' (coding system): `read-coding-system'
> 
> is more readable, more beautiful, take less space than this:
> 
>     Those codes which have a lisp function or variable as a direct equivalent:
> 
>         `*' (check not read-only): `barf-if-buffer-readonly'
> 
>         `d' (point): `point'

Will the following be acceptable for you?

        `*' (check not read-only)
            `barf-if-buffer-readonly'
        `d' (point)
            `point'
        `i' (nil)
            `nil'
        `m' (mark)
            `mark'
        `n' (number)
            `read-number'

etc.  If this is okay, you could try @table instead of @itemize.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]