From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8685 Path: news.gmane.org!not-for-mail From: Pascal Bourguignon Newsgroups: gmane.emacs.gnus.user Subject: Re: message bullet/lists Date: Wed, 07 Feb 2007 20:21:09 +0100 Organization: Informatimago Message-ID: <87odo522qi.fsf@thalassa.informatimago.com> References: <8764aednuc.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170877253 15480 80.91.229.12 (7 Feb 2007 19:40:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2007 19:40:53 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Feb 07 20:40:43 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HEsen-0004il-SX for gegu-info-gnus-english@m.gmane.org; Wed, 07 Feb 2007 20:40:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEsen-0000UC-Aa for gegu-info-gnus-english@m.gmane.org; Wed, 07 Feb 2007 14:40:41 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 38 Original-X-Trace: individual.net 2B6QjfUkhnCfgX3Vo4tANQQVuMf4SVWMAKLjEUxWBL4UpcdRey Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en X-Disabled: X-No-Archive: no User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) Cancel-Lock: sha1:Y+lNvrSCNJJr7yRgxTczaz6Q23w= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78868 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8685 Archived-At: Hadron 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.