Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-22 Thread Bastien
Hi Muchenxuan, Muchenxuan Tong writes: > Thanks for pointing out. It's my fault, when-let is defined in slime.el > and not the Emacs core library. > > The following patch should be OK: I've applied the patch. Please do not insert patches in the body of the message, attach them. Also, you can

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-22 Thread Muchenxuan Tong
Ok. Thanks. On 22 Jan 2013, at 21:25, Bastien wrote: > Hi Muchenxuan, > > Muchenxuan Tong writes: > >> Thanks for pointing out. It's my fault, when-let is defined in slime.el >> and not the Emacs core library. >> >> The following patch should be OK: > > I've applied the patch. Please do not ins

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-21 Thread Muchenxuan Tong
Achim Gratz nexgo.de> writes: > > Muchenxuan Tong writes: > > Bug fix: delete indirect buffer's window only when it exists. > > * org-agenda.el (org-agenda-quit): Delete indirect buffer's window > > only when it exists. > > Introduces a new bug: when-let is not defined in GNU Emacs. > > Regard

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-21 Thread Achim Gratz
Muchenxuan Tong writes: > Bug fix: delete indirect buffer's window only when it exists. > * org-agenda.el (org-agenda-quit): Delete indirect buffer's window > only when it exists. Introduces a new bug: when-let is not defined in GNU Emacs. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron m

[O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-21 Thread Muchenxuan Tong
Bug fix: delete indirect buffer's window only when it exists. * org-agenda.el (org-agenda-quit): Delete indirect buffer's window only when it exists. When indirect buffer's window doesn't exist, the original logic will delete the current window. TINYCHANGE diff --git a/lisp/org-agenda.el b/lisp/