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

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

Re: Multiline Comments


From: Joost Kremers
Subject: Re: Multiline Comments
Date: Mon, 09 Nov 2020 15:37:50 +0100
User-agent: mu4e 1.5.6; emacs 27.1.50

On Mon, Nov 09 2020, Christopher Dimech wrote:
> Fair enough.  I am currently making comments using a string.  This does not 
> make
> Elisp complain.

Well, strings are Lisp objects, so they are OK. But be careful with using double
quotes in your comments: they'll need to be escaped.

Still, the other problem that Michael pointed out still stands: `multic' returns
a value (specifically nil), which may cause problems. You'll need to be careful
where you use it.

> I would then think you would use a function or a variable?

Not sure what you mean by that. Use where? For what purpose?

-- 
Joost Kremers
Life has its moments



reply via email to

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