emacs-devel
[Top][All Lists]
Advanced

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

Re: filladapt mode stops filling after lengthy amount of emacs uptime


From: Stefan Monnier
Subject: Re: filladapt mode stops filling after lengthy amount of emacs uptime
Date: Fri, 30 Mar 2007 12:10:27 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.94 (gnu/linux)

>>> In erc.el (an IRC client, I could totally get rid of this), I have
>> 
>>> (defun erc-mode ()
>>> ...
>>> (make-variable-buffer-local 'paragraph-start)
>>> ...
>>> (setq paragraph-start (concat "\\(" (regexp-quote (erc-prompt)) "\\)"))
>> 
>> Please tell the ERC developer that they're confusing make-local-variable
>> with make-variable-buffer-local.

> I cannot find theses lines in lisp/erc/erc.el.

Good.  He was probably looking at an older version, or something like that.


        Stefan




reply via email to

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