zsh-workers
 help / color / mirror / code / Atom feed
* bad bindkey bug
@ 1995-10-27  9:22 Peter William Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter William Stephenson @ 1995-10-27  9:22 UTC (permalink / raw)
  To: Zsh hackers list

2.6-beta11-test10 dumps core when listing a complete set of key
bindings.  Looking at it, I doubt if this is due to any of the
fiddling around I've been doing.

*** Src/zle_main.c~	Tue Oct 24 17:11:52 1995
--- Src/zle_main.c	Fri Oct 27 10:17:12 1995
***************
*** 836,842 ****
  {
      int len;
  
!     if (k->func == z_undefinedkey)
  	return;
      putc('\"', bindout);
      printbind(str, (len = strlen(str)) ? len : 1);
--- 836,842 ----
  {
      int len;
  
!     if (!k || k->func == z_undefinedkey)
  	return;
      putc('\"', bindout);
      printbind(str, (len = strlen(str)) ? len : 1);


-- 
Peter Stephenson <pws@ifh.de>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77330
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-10-27  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-10-27  9:22 bad bindkey bug Peter William Stephenson

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).