zsh-users
 help / color / mirror / code / Atom feed
* nul character ^@ (set-mark-command) binding ignored
@ 1995-09-29  0:07 Rodger Anderson
  1995-09-29  2:56 ` Philip Kizer
  0 siblings, 1 reply; 4+ messages in thread
From: Rodger Anderson @ 1995-09-29  0:07 UTC (permalink / raw)
  To: Zsh Users Mailing List

I'm having problems with the nul character, ^@, which is normally
bound to set-mark-command.  It appears that the nul character is being
ignored.

I've verified that I *can* send the nul character via cat -v.  With my
current keyboard in an xterm, I can use shift-control-2 (control-@) or
control-spacebar.

I've verified that the set-mark-command works by setting it to another
character via the bindkey command: bindkey "^Z" set-mark-command.

I can bind ^@ to other commands, but they don't get executed either
when I press control-spacebar.

This is with version 2.5.03.  My OS is HP-UX 9.05 on 9000/715.

Version 2.3.1 works as expected.

This seems like a rather strange problem, as I've not seen any mention
of it on zsh-users mailing list before.  Doesn't anyone else have this
problem?

Rodger Anderson


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

* Re: nul character ^@ (set-mark-command) binding ignored
  1995-09-29  0:07 nul character ^@ (set-mark-command) binding ignored Rodger Anderson
@ 1995-09-29  2:56 ` Philip Kizer
  1995-09-29  8:25   ` Rodger Anderson
  1995-09-29 20:47   ` Rodger Anderson
  0 siblings, 2 replies; 4+ messages in thread
From: Philip Kizer @ 1995-09-29  2:56 UTC (permalink / raw)
  To: Rodger Anderson; +Cc: Zsh Users Mailing List


Rodger Anderson <rodger@hpbs2245.boi.hp.com> wrote:
>I can bind ^@ to other commands, but they don't get executed either
>when I press control-spacebar.

Did you try, for instance:

  bindkey '\000' down-case-word


I just tested this with shells back to 2.5.0 and up to 2.6b10.


Good luck,
philip

____________________________________________________________ Philip Kizer ___
Texas A&M CIS Operating Systems Group, Unix ( 409.862.4120 ) pckizer@tamu.edu

"Relying on the government to protect your privacy is like asking a peeping
tom to install your window blinds." -John Perry Barlow, EFF co-founder


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

* Re: nul character ^@ (set-mark-command) binding ignored
  1995-09-29  2:56 ` Philip Kizer
@ 1995-09-29  8:25   ` Rodger Anderson
  1995-09-29 20:47   ` Rodger Anderson
  1 sibling, 0 replies; 4+ messages in thread
From: Rodger Anderson @ 1995-09-29  8:25 UTC (permalink / raw)
  To: pckizer

> Did you try, for instance:
> 
>   bindkey '\000' down-case-word

Ok, just tried it.  It does not work.  The command shows up in the
list:

  bindkey | head -1
  "^@"    down-case-word

but nothing happens when I send that character.  It is as if something
somewhere along the input chain is swallowing up that particular
character.  It would seem to be in the zsh chain, as when I run the
command cat -v and press control-space a few times:

  cat -v

  ^@^@^@

In another experiment, I tried to use ^V to escape the ^@ and put the
nul character into the command: no go.  The control-V escapes whatever
character I type *after* the control-@.  If I type control-V,
control-space, then carriage-return, I get ^M on the command line.
The nul character is just swallowed up and ignored.

I'm wondering if it is something with the way zsh interacts with the
HP-UX tty driver?  Doesn't anyone else running HP-UX 9.05 experience
this problem?

Here is the output of stty -g:

502:5:b50:3b:0:3:1c:8:7:4:a:0:1e:502:5:b50:8000003b:3:1c:8:7:4:a:0:1e:ff:ff:ff:4:a:1a:11:13:0:0:1a:ff:0:30:50

If you run the stty command with this as an argument (on HP-UX, at
least), you will end up with the same exact stty settings that I have.
If someone else running HP-UX 9.05 (and doesn't have this problem)
could run stty -g and send me the results, then I could try those
settings and see if problem goes away.

Rodger


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

* Re: nul character ^@ (set-mark-command) binding ignored
  1995-09-29  2:56 ` Philip Kizer
  1995-09-29  8:25   ` Rodger Anderson
@ 1995-09-29 20:47   ` Rodger Anderson
  1 sibling, 0 replies; 4+ messages in thread
From: Rodger Anderson @ 1995-09-29 20:47 UTC (permalink / raw)
  To: Zsh Users Mailing List

> Did you try, for instance:
> 
>   bindkey '\000' down-case-word

Ok, just tried it.  It does not work.  The command shows up in the
list:

  bindkey | head -1
  "^@"    down-case-word

but nothing happens when I send that character.  It is as if something
somewhere along the input chain is swallowing up that particular
character.  It would seem to be in the zsh chain, as when I run the
command cat -v and press control-space a few times:

  cat -v

  ^@^@^@

In another experiment, I tried to use ^V to escape the ^@ and put the
nul character into the command: no go.  The control-V escapes whatever
character I type *after* the control-@.  If I type control-V,
control-space, then carriage-return, I get ^M on the command line.
The nul character is just swallowed up and ignored.

I'm wondering if it is something with the way zsh interacts with the
HP-UX tty driver?  Doesn't anyone else running HP-UX 9.05 experience
this problem?

Here is the output of stty -g:

502:5:b50:3b:0:3:1c:8:7:4:a:0:1e:502:5:b50:8000003b:3:1c:8:7:4:a:0:1e:ff:ff:ff:4:a:1a:11:13:0:0:1a:ff:0:30:50

If you run the stty command with this as an argument (on HP-UX, at
least), you will end up with the same exact stty settings that I have.
If someone else running HP-UX 9.05 (and doesn't have this problem)
could run stty -g and send me the results, then I could try those
settings and see if problem goes away.

Rodger


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

end of thread, other threads:[~1995-09-29 20:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-09-29  0:07 nul character ^@ (set-mark-command) binding ignored Rodger Anderson
1995-09-29  2:56 ` Philip Kizer
1995-09-29  8:25   ` Rodger Anderson
1995-09-29 20:47   ` Rodger Anderson

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