Re: [O] bug: isearch puts ellipses at top of window

2015-08-08 Thread Samuel Wales
On 7/3/14, Samuel Wales samolog...@gmail.com wrote:
 in maint, isearch very often puts ... at the top of the window.  is

8.3 seems to do this a little more.

however, i have found that running scroll-lock-next-line after the
isearch repairs the buggy ellipsis.

is there a hook i can use to do so as a silly but effective workaround?



Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Nicolas Goaziou
Hello,

Samuel Wales samolog...@gmail.com writes:

 run this (after substituting in where you keep org maint) and search
 for lightly org:

 thanks.

 samuel

 === call

 emacs -Q --geometry -0+0 --geometry 80x30 --eval '(setq load-path
 (append (list(substitute-in-file-name $delorgsrc/lisp)
 (substitute-in-file-name $delorgsrc/contrib/lisp)) load-path))'
 bug-isearch.org

 ===

 here is the org file to use:

 === bug-isearch.org

FWIW, I cannot reproduce it.


Regards,

-- 
Nicolas Goaziou



Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Samuel Wales
i use large fonts.  perhaps you need to try smaller geometry or larger fonts?

On 1/17/15, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:
 Hello,

 Samuel Wales samolog...@gmail.com writes:

 run this (after substituting in where you keep org maint) and search
 for lightly org:

 thanks.

 samuel

 === call

 emacs -Q --geometry -0+0 --geometry 80x30 --eval '(setq load-path
 (append (list(substitute-in-file-name $delorgsrc/lisp)
 (substitute-in-file-name $delorgsrc/contrib/lisp)) load-path))'
 bug-isearch.org

 ===

 here is the org file to use:

 === bug-isearch.org

 FWIW, I cannot reproduce it.


 Regards,

 --
 Nicolas Goaziou



-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  And
ANYBODY can get it.

Denmark: free Karina Hansen NOW.



Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Nicolas Richard
Nicolas Goaziou m...@nicolasgoaziou.fr writes:

 Hello,

 Samuel Wales samolog...@gmail.com writes:

 run this (after substituting in where you keep org maint) and search
 for lightly org:

 thanks.

 samuel

 === call

 emacs -Q --geometry -0+0 --geometry 80x30 --eval '(setq load-path
 (append (list(substitute-in-file-name $delorgsrc/lisp)
 (substitute-in-file-name $delorgsrc/contrib/lisp)) load-path))'
 bug-isearch.org

 ===

 here is the org file to use:

 === bug-isearch.org

 FWIW, I cannot reproduce it.

I retried and reproduced it with
emacs -Q -g 80x24+0+0 -L ~/sourcetrees/org-mode/lisp ~/tmp/bug-isearch.org


-- 
Nicolas Richard



Re: [O] bug: isearch puts ellipses at top of window

2015-01-17 Thread Nicolas Richard
Nicolas Richard theonewiththeevill...@yahoo.fr writes:
 Nicolas Goaziou m...@nicolasgoaziou.fr writes:
 FWIW, I cannot reproduce it.

 I retried and reproduced it with
 emacs -Q -g 80x24+0+0 -L ~/sourcetrees/org-mode/lisp
 ~/tmp/bug-isearch.org

Oops, my message went gone faster than I expected, sorry for its
brevity!

-- 
Nicolas Richard



Re: [O] bug: isearch puts ellipses at top of window

2014-11-29 Thread Samuel Wales
hi nicolas,

you asked for a reproducible recipe.  here it is.  i have limited
vertical real estate so i hope this can be fixed!  is it an emacs bug
or an org bug?

run this (after substituting in where you keep org maint) and search
for lightly org:

thanks.

samuel

=== call

emacs -Q --geometry -0+0 --geometry 80x30 --eval '(setq load-path
(append (list(substitute-in-file-name $delorgsrc/lisp)
(substitute-in-file-name $delorgsrc/contrib/lisp)) load-path))'
bug-isearch.org

===

here is the org file to use:

=== bug-isearch.org
* NAKA lorem
*** REF lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
lorem
*** NAKA lorem
* reproduce isearch bug
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf asdfasfdasdfasdfasdf
search for lightly org
===

all those asdf lines should be concatenated into a single line in case
gmail corrupted it.

On 7/29/14, Nicolas Richard theonewiththeevill...@yahoo.fr wrote:
 Samuel Wales samolog...@gmail.com writes:

 in maint, isearch very often puts ... at the top of the window.  is
 this related to recent ellipsis bugs?

 If you have a reproducible recipe, it would be very nice !

 TIA,

 --
 Nico.



-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  And
ANYBODY can get it.

Denmark: free Karina Hansen NOW.



Re: [O] bug: isearch puts ellipses at top of window

2014-08-05 Thread Nicolas Richard
Nicolas Richard theonewiththeevill...@yahoo.fr writes:

 Samuel Wales samolog...@gmail.com writes:

 in maint, isearch very often puts ... at the top of the window.  is
 this related to recent ellipsis bugs?

 If you have a reproducible recipe, it would be very nice !

I think I have something -- not with isearch but certainly related.
Unfortunately I'm not sure if this should be considered an emacs bug or
if it should be fixed in Outline or in Org, so I'll simply ask about it.
I did it on bug#18197.

-- 
Nico.



Re: [O] bug: isearch puts ellipses at top of window

2014-07-29 Thread Bastien
Samuel Wales samolog...@gmail.com writes:

 is this fixed in master?

No.  I can't make this a priority now, because there are more
important issues than this one, although I understand why it's
important for you.

On my watch list,

-- 
 Bastien



Re: [O] bug: isearch puts ellipses at top of window

2014-07-29 Thread Nicolas Richard
Samuel Wales samolog...@gmail.com writes:

 in maint, isearch very often puts ... at the top of the window.  is
 this related to recent ellipsis bugs?

If you have a reproducible recipe, it would be very nice !

TIA,

-- 
Nico.



Re: [O] bug: isearch puts ellipses at top of window

2014-07-28 Thread Bastien
Samuel Wales samolog...@gmail.com writes:

 in maint, isearch very often puts ... at the top of the window.  is
 this related to recent ellipsis bugs?

This is related to the removal of an ill-thought fix for this very
same problem.  I suggest we live with it right now.

-- 
 Bastien



Re: [O] bug: isearch puts ellipses at top of window

2014-07-28 Thread Samuel Wales
On 7/27/14, Bastien b...@gnu.org wrote:
 in maint, isearch very often puts ... at the top of the window.  is
 this related to recent ellipsis bugs?

 This is related to the removal of an ill-thought fix for this very
 same problem.  I suggest we live with it right now.

is this fixed in master?  even when full screen and one window per
frame, i only have a few lines, so taking one away with pointless
ellipsis is significant.  also, it seems to elide file local
variables.  it is a large monitor, but large fonts.  i usually find
myself reverting the buffer to get rid of the ellipses.

thanks.



[O] bug: isearch puts ellipses at top of window

2014-07-03 Thread Samuel Wales
in maint, isearch very often puts ... at the top of the window.  is
this related to recent ellipsis bugs?

thanks.

samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  And
ANYBODY can get it.

Denmark: free Karina Hansen NOW.