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

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

Re: '=> gmane.emacs.help' as sender?


From: Thorsten Jolitz
Subject: Re: '=> gmane.emacs.help' as sender?
Date: Mon, 07 May 2012 00:24:42 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux)

Bastien <bzg@gnu.org> writes:

Hi Bastien,

>> when hitting M-q to fill a paragraph I get the following error (and
>> nothing happens:
>>
>> let: Wrong number of arguments: #[(arg) "Â.ÃÄ \")‡"
>> [filladapt-inside-filladapt arg t filladapt-fill-paragraph fill-paragraph]
>> 3
>> ("/home/tj/gitclone/emacs24-starter-kit/src/el-get/emacs-goodies-el/elisp/emacs-goodies-el/filladapt.elc"
>> . 10607) "*P"], 0
>
> Okay, so you must have
>
> (add-hook 'text-mode-hook 'turn-on-filladapt-mode)
>
> and then 
>
> (add-hook 'message-mode-hook 'turn-on-orgstruct++)
>
> Is this right?  In this order?

I don't find any explicit mention of filladapt-mode in my config, and its
not in the text-mode-hook (there is only 'turn-on-auto-fill', and that function
does not seem to call filladapt-mode). 

It was installed as part of emacs-goodie-el via el-get. 

,-------------------------------------------------------------------------
| (add-hook 'message-mode-hook 'turn-on-auto-fill 'append)
| ; (add-hook 'message-mode-hook 'bbdb-define-all-aliases 'append)
| (add-hook 'message-mode-hook 'auto-complete-mode 'append)
| ; (add-hook 'message-mode-hook 'turn-on-flyspell 'append)
| (add-hook 'message-mode-hook
|           '(lambda () (setq fill-column 72))
|           'append)
| (add-hook 'message-mode-hook
|           '(lambda () (local-set-key (kbd "C-c M-o") 'org-mime-htmlize))
|           'append)
| (add-hook 'message-mode-hook 'orgtbl-mode 'append)
| (add-hook 'message-mode-hook 'orgstruct++-mode 'append)
`-------------------------------------------------------------------------

> I don't use filladapt-mode and I see it dates from 1998.  
> Is is still useful?  What for?

I have no idea where this filladapt-mode comes from, and it is not mentioned as 
active
mode in message-mode or text-mode buffers either (only auto-fill). 

-- 
cheers,
Thorsten




reply via email to

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