[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Embedded list selection with ido-completing-read.
From: |
Hongyi Zhao |
Subject: |
Re: Embedded list selection with ido-completing-read. |
Date: |
Sun, 24 Oct 2021 15:00:09 +0800 |
On Sun, Oct 24, 2021 at 2:57 PM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> On Sun, Oct 24, 2021 at 1:46 PM Emanuel Berg via Users list for the
> GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:
> >
> > Hongyi Zhao wrote:
> >
> > > The following also works:
> > >
> > > (call-interactively 'atomic-position)
> >
> > 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]
I still can't figure out the difference. Maybe I misunderstood you
again. Sorry for my ignorance on Emacs and ELISP.
HZ
- Re: Embedded list selection with ido-completing-read., (continued)
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/23
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/23
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/23
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/23
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/23
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/23
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/24
- Re: Embedded list selection with ido-completing-read.,
Hongyi Zhao <=
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Emanuel Berg, 2021/10/24
- Re: Embedded list selection with ido-completing-read., Hongyi Zhao, 2021/10/25