zsh-workers
 help / color / mirror / code / Atom feed
* histchars
@ 1997-11-28 17:55 Clint Adams
  1997-11-28 19:01 ` histchars Bart Schaefer
  0 siblings, 1 reply; 19+ messages in thread
From: Clint Adams @ 1997-11-28 17:55 UTC (permalink / raw)
  To: zsh-workers

This disables the resetting of HISTCHARS/histchars in zsh 3.0.5.


*** Src/hashtable.h.old	Fri Nov 28 12:37:13 1997
--- Src/hashtable.h	Fri Nov 28 00:28:46 1997
***************
*** 106,112 ****
  #define IPDEF2(A,B,C,D) {NULL,A,PM_SCALAR|PM_SPECIAL|D,BR(NULL),BR(C),BR(B),0,NULL,NULL,NULL,NULL,0}
  IPDEF2("USERNAME", usernamegetfn, usernamesetfn, PM_DONTIMPORT),
  IPDEF2("-", dashgetfn, nullsetfn, PM_READONLY),
! IPDEF2("histchars", histcharsgetfn, histcharssetfn, PM_DONTIMPORT),
  IPDEF2("HOME", homegetfn, homesetfn, 0),
  IPDEF2("TERM", termgetfn, termsetfn, 0),
  IPDEF2("WORDCHARS", wordcharsgetfn, wordcharssetfn, 0),
--- 106,112 ----
  #define IPDEF2(A,B,C,D) {NULL,A,PM_SCALAR|PM_SPECIAL|D,BR(NULL),BR(C),BR(B),0,NULL,NULL,NULL,NULL,0}
  IPDEF2("USERNAME", usernamegetfn, usernamesetfn, PM_DONTIMPORT),
  IPDEF2("-", dashgetfn, nullsetfn, PM_READONLY),
! IPDEF2("histchars", histcharsgetfn, histcharssetfn, 0),
  IPDEF2("HOME", homegetfn, homesetfn, 0),
  IPDEF2("TERM", termgetfn, termsetfn, 0),
  IPDEF2("WORDCHARS", wordcharsgetfn, wordcharssetfn, 0),
***************
*** 179,185 ****
  /* The following parameters are not avaible in sh/ksh compatibility *
   * mode. All of these has sh compatible equivalents.                */
  IPDEF1("ARGC", poundgetfn, nullsetfn, PM_READONLY),
! IPDEF2("HISTCHARS", histcharsgetfn, histcharssetfn, PM_DONTIMPORT),
  IPDEF4("status", &lastval),
  IPDEF7("prompt", &prompt),
  IPDEF7("PROMPT", &prompt),
--- 179,185 ----
  /* The following parameters are not avaible in sh/ksh compatibility *
   * mode. All of these has sh compatible equivalents.                */
  IPDEF1("ARGC", poundgetfn, nullsetfn, PM_READONLY),
! IPDEF2("HISTCHARS", histcharsgetfn, histcharssetfn, 0),
  IPDEF4("status", &lastval),
  IPDEF7("prompt", &prompt),
  IPDEF7("PROMPT", &prompt),



^ permalink raw reply	[flat|nested] 19+ messages in thread
* HISTCHARS
@ 1996-05-23 17:50 Barton E. Schaefer
  1996-05-23 18:32 ` HISTCHARS Zoltan Hidvegi
  0 siblings, 1 reply; 19+ messages in thread
From: Barton E. Schaefer @ 1996-05-23 17:50 UTC (permalink / raw)
  To: zsh-workers

Somebody remind me why this has become a lower-case variable, and why it is
not mirrored to/from the upper-case version?

Does anybody know what the comprehensive list of these seemingly arbitrary
incompatibilities is?  I'm getting really tired of tweaking and re-tweaking
my .zsh* files every time I find another of these stupid things.  We need a
complete upgrade guide of some sort.

zyrcon[27] echo $HISTCHARS
!=#
zyrcon[28] echo foo bar
foo bar
zyrcon[29] =foo=bar
zsh: foo not found
zyrcon[25] zsh-2.3.100
zyrcon<1> echo $HISTCHARS
!=#
zyrcon<2> echo foo bar
foo bar
zyrcon<3> =foo=bar
echo bar bar
bar bar
zyrcon<4> zsh-2.5.01
zyrcon<1> echo $HISTCHARS
!=#
zyrcon<2> echo foo bar
foo bar
zyrcon<3> =foo=bar
echo bar bar
bar bar
zyrcon<4>



-- 
Bart Schaefer                     Vice President, Technology, Z-Code Software
schaefer@z-code.com                  Division of NCD Software Corporation
http://www.well.com/www/barts           http://www.ncdsoft.com/ZMail/



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

end of thread, other threads:[~1997-11-29 18:19 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-28 17:55 histchars Clint Adams
1997-11-28 19:01 ` histchars Bart Schaefer
1997-11-28 19:34   ` histchars Clint Adams
1997-11-28 22:51     ` histchars Bart Schaefer
1997-11-29 15:53       ` histchars Clint Adams
1997-11-29 18:09         ` histchars Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
1996-05-23 17:50 HISTCHARS Barton E. Schaefer
1996-05-23 18:32 ` HISTCHARS Zoltan Hidvegi
1996-05-23 18:48   ` HISTCHARS Richard Coleman
1996-05-23 19:11     ` HISTCHARS Zoltan Hidvegi
1996-05-23 19:20       ` HISTCHARS Richard Coleman
1996-05-23 19:17     ` HISTCHARS Barton E. Schaefer
1996-05-23 19:36       ` HISTCHARS Zoltan Hidvegi
1996-05-23 19:43         ` HISTCHARS Barton E. Schaefer
1996-05-23 19:51           ` HISTCHARS Zoltan Hidvegi
1996-05-23 20:14           ` HISTCHARS Vinnie Shelton
1996-05-23 20:40   ` HISTCHARS Barton E. Schaefer
1996-05-23 21:00     ` HISTCHARS Zoltan Hidvegi
1996-05-24 17:51       ` HISTCHARS 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).