zsh-workers
 help / color / mirror / code / Atom feed
* Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
@ 1999-04-29  6:52 Sven Wischnowsky
  1999-04-29 14:04 ` Geoff Wing
  0 siblings, 1 reply; 6+ messages in thread
From: Sven Wischnowsky @ 1999-04-29  6:52 UTC (permalink / raw)
  To: zsh-workers


Bart Schaefer wrote:

> On Apr 28,  6:09pm, Greg Badros wrote:
> > Subject: Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
> > "Bart Schaefer" <schaefer@brasslantern.com> writes:
> > 
> > Can someone justify to me why it's better to not clear the completion
> > listing for Esc-X?
> 
> Probably not, because it's not better.  That's why it changed in 3.1.5+.
> The issue is that there are a number of other commands that don't clear
> the completion list for which that's also sub-optimal, so it's hard to
> justify fixing any one of them, and harder to justify fixing all of them.
> 
> However, if Sven (or anyone else) sends a patch, I'll include it.

Well, unless I've missed a message, we are still waiting for Geoff's
nicefication of the code in zrefresh() that clears the list. If his
version is as simple to use (trigger it by just setting clearlist to
non-zero), I could then easily produce a patch to call this in the
appropriate places.

(Geoff said he didn't like the look of it...)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
  1999-04-29  6:52 alwayslastprompt bugs in 3.0.6-pre-2 (?) Sven Wischnowsky
@ 1999-04-29 14:04 ` Geoff Wing
  0 siblings, 0 replies; 6+ messages in thread
From: Geoff Wing @ 1999-04-29 14:04 UTC (permalink / raw)
  To: zsh-workers

Sven Wischnowsky <wischnow@informatik.hu-berlin.de> typed:
:Well, unless I've missed a message, we are still waiting for Geoff's
:nicefication of the code in zrefresh() that clears the list. If his
:version is as simple to use (trigger it by just setting clearlist to
:non-zero), I could then easily produce a patch to call this in the
:appropriate places.
:
:(Geoff said he didn't like the look of it...)

BTW, I'm referring to the look on the screen not the look of the code.
Doing something like, history-incremental-search-backward (^R emacs bindings)
is very irritating.

Regards,
-- 
Geoff Wing   <gcw@pobox.com>            Mobile : (Australia) 0413 431 874 <<<new
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
  1999-04-29  1:38           ` Bart Schaefer
@ 1999-04-29  2:14             ` Bart Schaefer
  0 siblings, 0 replies; 6+ messages in thread
From: Bart Schaefer @ 1999-04-29  2:14 UTC (permalink / raw)
  To: zsh-workers

On Apr 28,  6:38pm, Bart Schaefer wrote:
> However, if Sven (or anyone else) sends a patch, I'll include it.

I should qualify that:  I won't include a patch that seems to have the
potential to introduce new bugs just for the sake of fixing these display
anomalies.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
       [not found]         ` <qrr676gxme7.fsf@elwha.cs.washington.edu>
@ 1999-04-29  1:38           ` Bart Schaefer
  1999-04-29  2:14             ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 1999-04-29  1:38 UTC (permalink / raw)
  To: Greg Badros; +Cc: zsh-workers

On Apr 28,  6:09pm, Greg Badros wrote:
> Subject: Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
> "Bart Schaefer" <schaefer@brasslantern.com> writes:
> 
> Can someone justify to me why it's better to not clear the completion
> listing for Esc-X?

Probably not, because it's not better.  That's why it changed in 3.1.5+.
The issue is that there are a number of other commands that don't clear
the completion list for which that's also sub-optimal, so it's hard to
justify fixing any one of them, and harder to justify fixing all of them.

However, if Sven (or anyone else) sends a patch, I'll include it.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
       [not found]     ` <qrryajczabg.fsf@elwha.cs.washington.edu>
@ 1999-04-29  0:44       ` Bart Schaefer
       [not found]         ` <qrr676gxme7.fsf@elwha.cs.washington.edu>
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 1999-04-29  0:44 UTC (permalink / raw)
  To: Greg Badros; +Cc: zsh-workers

On Apr 28,  2:47pm, Greg Badros wrote:
> Subject: Re: alwayslastprompt bugs in 3.0.6-pre-2 (?)
> "Bart Schaefer" <schaefer@brasslantern.com> writes:
> 
> ESC-x backward[CTRL-D]-char[ENTER]
>               ^^^^^^^^ this shows the menu under the "execute:" prompt
> 
> After pressing ENTER, only the first line of the menu is erased.  The
> rest disappears after the next prompt, but not while editing the current 
> line.

Oh.  Believe it or not, that's intentional.  It was only changed recently
in 3.1.5-pws-something when a whole slew of other commands were also added
to the set of actions that completely clear the completion listing.

> Also, when at the end of the xterm window (nxterm from RedHat 5.2, or
> the latest xterm96 built from sources) once I hit the "b" in "backward"
> above, a newline and a space get printed causing the text to scroll up
> unnecessarily.

Geoff can say for sure, but I think that's a side-effect of writing code
that works OK on terminals whose termcap/info entries lie about the way
automargin behaves on the last line of the display.

In short, I don't think either of these counts as a bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* alwayslastprompt bugs in 3.0.6-pre-2 (?)
       [not found] ` <qrrbtg9171h.fsf@elwha.cs.washington.edu>
@ 1999-04-28 15:43   ` Bart Schaefer
       [not found]     ` <qrryajczabg.fsf@elwha.cs.washington.edu>
  0 siblings, 1 reply; 6+ messages in thread
From: Bart Schaefer @ 1999-04-28 15:43 UTC (permalink / raw)
  To: Greg Badros; +Cc: zsh-workers

On Apr 28,  1:30am, Greg Badros wrote:
} Subject: colorized completion patch [was Re: Release candidate patch for 3
}
} Also note that there are bugs in 3.0.6-pre-2 (yes, even before my code!
} :-) ) in the erasing of completions in M-x command mode when "setopt
} alwayslastprompt".

Are these problems that didn't exist in 3.0.5?  Can you describe them in
more detail?  I've just spent a few minutes fooling with alwayslastprompt,
listambiguous and autolist, and I don't see any problems.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-04-29 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-29  6:52 alwayslastprompt bugs in 3.0.6-pre-2 (?) Sven Wischnowsky
1999-04-29 14:04 ` Geoff Wing
  -- strict thread matches above, loose matches on Subject: below --
1999-04-28  7:15 Release candidate patch for 3.0.6 Bart Schaefer
     [not found] ` <qrrbtg9171h.fsf@elwha.cs.washington.edu>
1999-04-28 15:43   ` alwayslastprompt bugs in 3.0.6-pre-2 (?) Bart Schaefer
     [not found]     ` <qrryajczabg.fsf@elwha.cs.washington.edu>
1999-04-29  0:44       ` Bart Schaefer
     [not found]         ` <qrr676gxme7.fsf@elwha.cs.washington.edu>
1999-04-29  1:38           ` Bart Schaefer
1999-04-29  2:14             ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).