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

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

Re: Embedded list selection with ido-completing-read.


From: Emanuel Berg
Subject: Re: Embedded list selection with ido-completing-read.
Date: Sun, 24 Oct 2021 11:42:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hongyi Zhao wrote:

>> Byte-compile #'xyzabc and 'abcxyz to see the difference ...
>
> By evaluating them, the same results are given:
>
> (byte-compile #'xyzabc) ;;  #[nil "\300\207" [nil] 1]
> (byte-compile 'abcxyz) ;;  #[nil "\300\207" [nil] 1]

Byte-compile as in line 59 here:

  https://dataswamp.org/~incal/emacs-init/Makefile

Always byte-compile your code BTW.

Faster, better code. Ask here only when it byte compiles and
you have 0 warnings and 0 errors - unless, of course, that's
what your question is about ;)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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