Re: [O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-29 Thread David Maus
Attached patch superseeds the old one, required to be applied after "Extend scope 'region...". -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de From 8a0e1630629693a85a824713b1357faa49a372f0 Mon Sep 17 00:00:00 2001 From: David Maus Date: Tue, 30 Aug 2011 06:

Re: [O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-29 Thread Carsten Dominik
On Aug 28, 2011, at 4:00 PM, David Maus wrote: > Hi Carsten, > > At Thu, 25 Aug 2011 07:43:48 +0200, > Carsten Dominik wrote: >> >> >> On 25.8.2011, at 06:25, David Maus wrote: >> >>> * org.el (org-map-entries): Immediately return if scope is region but >>> no region is active. >>> --- >>> li

Re: [O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-28 Thread David Maus
Hi Carsten, At Thu, 25 Aug 2011 07:43:48 +0200, Carsten Dominik wrote: > > > On 25.8.2011, at 06:25, David Maus wrote: > > > * org.el (org-map-entries): Immediately return if scope is region but > > no region is active. > > --- > > lisp/org.el | 116 > > ++

Re: [O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-24 Thread Carsten Dominik
On 25.8.2011, at 06:25, David Maus wrote: > * org.el (org-map-entries): Immediately return if scope is region but > no region is active. > --- > lisp/org.el | 116 ++- > 1 files changed, 59 insertions(+), 57 deletions(-) > > diff --git a/li

[O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-24 Thread David Maus
* org.el (org-map-entries): Immediately return if scope is region but no region is active. --- lisp/org.el | 116 ++- 1 files changed, 59 insertions(+), 57 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index b69b77c..27bad52 100644 --