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

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

Re: How to quote a list of functions?


From: Emanuel Berg
Subject: Re: How to quote a list of functions?
Date: Wed, 19 Aug 2015 02:48:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Emanuel Berg <embe8573@student.uu.se> writes:

> Nonetheless, I always want to do things the right
> way so I'll change my code. If I find anything apart
> from the three cases I've brought to the attention
> of this list, I'll mention those as well.

First catch:

    (call-interactively #'w3m)

as

    (call-interactively FUNCTION &optional RECORD-FLAG
    KEYS)

    Call FUNCTION, providing args according to its
    interactive calling specs.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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