[Orgmode] Re: patch to outline.el concerning isearch

2006-12-16 Thread John J Foerch
[EMAIL PROTECTED] (Kim F. Storm) writes: > Hi John, > > Your request seems reasonable, but I think your proposed change is a > little more complex than necessary. > > Does the following patch provide what you need? Yes, that will work perfectly. Thanks! --John

Re: [Orgmode] Add a space with M-left/right

2006-12-16 Thread Scott Jaderholm
Carsten, I definitely have this problem in the middle of the buffer with 4.59. Console mode. Thanks, Scott On 12/14/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Dec 13, 2006, at 17:37, Scott Jaderholm wrote: > Hi, > > It is nice that M-RET adds a space after the last * so that you can >

[Orgmode] Re: patch to outline.el concerning isearch

2006-12-16 Thread Kim F. Storm
John J Foerch <[EMAIL PROTECTED]> writes: > Hello, > > I want to implement a particular feature in org-mode that depends upon some > functionality being added to outline-mode. (org-mode is derived from > outline-mode.) The feature concerns display of ancestor and sibling headings > when an isear

[Orgmode] Re: patch to outline.el concerning isearch

2006-12-16 Thread Kim F. Storm
John J Foerch <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Kim F. Storm) writes: >> Hi John, >> >> Your request seems reasonable, but I think your proposed change is a >> little more complex than necessary. >> >> Does the following patch provide what you need? > > Yes, that will work perfectly