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

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

bug#16799: 24.3.50; delete-selection-mode and electric-pair-mode interac


From: Juanma Barranquero
Subject: bug#16799: 24.3.50; delete-selection-mode and electric-pair-mode interaction
Date: Thu, 20 Feb 2014 11:38:11 +0100

On Thu, Feb 20, 2014 at 5:49 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:

> Looks right, except that I'd write (not (bobp)) instead of (> (point)
> (point-min)).

Yes, thanks. I always forget bobp.

I've installed the patch using

   (or (bobp)
        (nth ...))

which is shorter and pretty clear IMO.





reply via email to

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