help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Require 'newcomment'?


From: Stefan Monnier
Subject: Re: Require 'newcomment'?
Date: Sun, 14 Apr 2013 12:52:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> I use some variables defined in 'newcomment.el' in Emacs Lisp libraries,
> and did not have problems with this on my machine, but got some feedback
> that it might be necessary to require newcomment before using it.

It's usually not necessary to explicitly load newcomment.
OTOH it's important to call comment-normalize-vars before calling its
functions (expect for those functions which are also commands).


        Stefan




reply via email to

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