info-gnus-english
[Top][All Lists]
Advanced

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

Re: message bullet/lists


From: Pascal Bourguignon
Subject: Re: message bullet/lists
Date: Wed, 07 Feb 2007 20:21:09 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Hadron <hadronquark@gmail.com> writes:

> When composing a mail in emacs/gnus is it possible to create an auto
> numbering list/sequence of bullet points?
>
> e.g
>
> 1 - read gnus manual
> 2 - install gnus
> 3 - figure out how to get a list like this
>
> thanks for any info (clearly I dont want to use muse for this).

Write the list:

- read gnus manual
- install gnus
- figure out how to get a list like this

Type: M-: (setq i 0) RET

Select the list, and type:

M-x replace-regexp RET \(.*\) RET \,(format "%3d %s" (incf i) \1) RET

  1 - read gnus manual
  2 - install gnus
  3 - figure out how to get a list like this

 
-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

COMPONENT EQUIVALENCY NOTICE: The subatomic particles (electrons,
protons, etc.) comprising this product are exactly the same in every
measurable respect as those used in the products of other
manufacturers, and no claim to the contrary may legitimately be
expressed or implied.


reply via email to

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