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

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

Re: Multiline Comments


From: Christopher Dimech
Subject: Re: Multiline Comments
Date: Mon, 9 Nov 2020 16:08:47 +0100

> Sent: Monday, November 09, 2020 at 3:37 PM
> From: "Joost Kremers" <joostkremers@fastmail.fm>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Multiline Comments
>
>
> 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.

My comments are not very complicated.  But, you are correct, I then got to
escape double quotes inside strings.

> 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?

To define a variable or a function to avoid some of the problems that occur 
with multic.

>
> --
> Joost Kremers
> Life has its moments
>
>



reply via email to

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