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

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

Re: itemizing, bullets and/or enumerating while composing


From: Patrick Drechsler
Subject: Re: itemizing, bullets and/or enumerating while composing
Date: Sat, 24 Apr 2004 11:45:56 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Marcus Frings wrote on 17 Apr 2004 20:06:10 MET:

> * Patrick Drechsler <patrick.drechsler@gmx.net> wrote:
>
>> is there a command to reformat a marked region to be indented
>> correctly for enumeration (`1. ') or itemize (`- ') while
>> composing a message/article?
>
> Have a look at <http://my.gnus.org/node/view/89>

Thanks for the hint Marcus. I've tried to include `enum.el' in
my setup but I always end up with this error:

eval-buffer: Symbol's function definition is void: if-boundp


Here's what I've put in my ~/.gnus after reading the comments in
filladapt.el[1] and enum.el:

--8<------------------------schnipp------------------------->8---
(require 'filladapt)
(setq-default filladapt-mode t)
(add-hook 'message-mode-hook 'turn-on-filladapt-mode)
(add-hook 'message-mode-hook 
      (lambda () 
             (require 'enum)
             (enum-initialize)))
--8<------------------------schnapp------------------------->8---

The backtrace doesn't really give me a hint on what's wrong
either:
,----
| Debugger entered--entering a function:
| * gnus-group-mail(nil)
|   call-interactively(gnus-group-mail)
`----

Appreciating further hints,

Patrick

Footnotes: 
[1] enum.el wouldn't load without filladapt.el
(<URL:http://www.wonderworks.com/download/filladapt.el>) 

-- 
I wish dialog boxes had a button saying "Whatever".  I hate being
forced to answer "Yes" or "No" to a question I have no opinion on
whatsoever.  There ought to be a button matching my indifference.


reply via email to

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