[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: Fix IDO interaction with uniquify.el
From: |
Juanma Barranquero |
Subject: |
Re: PATCH: Fix IDO interaction with uniquify.el |
Date: |
Mon, 18 Jan 2010 15:32:13 +0100 |
On Mon, Jan 18, 2010 at 15:13, Óscar Fuentes <address@hidden> wrote:
> Comments and a new patch follows.
Yes, it works now.
BTW, why
> + (kill-buffer buf)
> + (if (get-buffer buf)
`kill-buffer' returns t iff it was able to kill the buffer, so
(if (not (kill-buffer buf))
should be enough...
Juanma
- PATCH: Fix IDO interaction with uniquify.el, Óscar Fuentes, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Juanma Barranquero, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Juanma Barranquero, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Óscar Fuentes, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el,
Juanma Barranquero <=
- Re: PATCH: Fix IDO interaction with uniquify.el, Óscar Fuentes, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Chong Yidong, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Óscar Fuentes, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Óscar Fuentes, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Chong Yidong, 2010/01/18
- Re: PATCH: Fix IDO interaction with uniquify.el, Juanma Barranquero, 2010/01/18