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: Reiner Steib
Subject: Re: itemizing, bullets and/or enumerating while composing
Date: Sat, 24 Apr 2004 18:49:52 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

On Sat, Apr 24 2004, Patrick Drechsler wrote:

> Marcus Frings wrote on 17 Apr 2004 20:06:10 MET:
[...]
>> 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

Karl's code tends to be XEmacs-only (though I cannot even find
`if-boundp' in XEmacs 21.4) sometimes.

Maybe replacing...

(if-boundp 'filladapt-token-table
    nil
  (defvar filladapt-token-table nil))

... with...

(unless (boundp 'filladapt-token-table)
  (defvar filladapt-token-table nil))

... will work.  Untested.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/


reply via email to

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