emacs-devel
[Top][All Lists]
Advanced

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

Re: delq string element in ido


From: Eli Zaretskii
Subject: Re: delq string element in ido
Date: Sat, 26 Dec 2009 14:37:47 +0200

> Date: Sat, 26 Dec 2009 12:13:22 +0000
> From: Leo <address@hidden>
> Cc: Leo <address@hidden>, address@hidden
> 
> If buf holds "str1" and ido-cur-list '("str1" "str2" "str3"), (delq
> buf ido-cur-list) does not return '("str2" "str3"). But it does inside
> ido-kill-buffer-at-head. That's where I am confused.

Probably because the value of buf comes from ido-cur-list, so it's the
same Lisp object as one of the strings in ido-cur-list.




reply via email to

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