Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Backspace key?
@ 2008-02-11 23:57 Michael Dominic K.
  2008-02-12  8:25 ` Giorgio Lando
  2008-02-12  9:48 ` Nicolas Pouillard
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Dominic K. @ 2008-02-11 23:57 UTC (permalink / raw)


Hello, 

I just gave a test-drive to sup. So far it looks absolutely great -- two
thumbs up to the authors!

I'm having one trivial problem though -- my backspace key doesn't work
in all entry fields (del works). It's been a while since I fixed
del/backspace issues in linux... any help/hints/config switch?

I'm running:

[Tue Feb 12 00:56:17 +0100 2008] using character set encoding "utf8" 
sup v0.4

...installed via gems. My terminal standard gnome-terminal. 

Thanks in advance, 


-- 
Michael



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

* [sup-talk] Backspace key?
  2008-02-11 23:57 [sup-talk] Backspace key? Michael Dominic K.
@ 2008-02-12  8:25 ` Giorgio Lando
  2008-02-13 23:08   ` Michael Dominic K.
  2008-02-12  9:48 ` Nicolas Pouillard
  1 sibling, 1 reply; 6+ messages in thread
From: Giorgio Lando @ 2008-02-12  8:25 UTC (permalink / raw)


Excerpts from Michael Dominic K.'s message of Tue Feb 12 00:57:37 +0100 2008:
> I'm having one trivial problem though -- my backspace key doesn't work
> in all entry fields (del works). It's been a while since I fixed
> del/backspace issues in linux... any help/hints/config switch?

I do not use the gnome-terminal, but in my case the working string for
backspace in sup is ^h, while my terminals (all rxvt derivatives) sent
^? by default. From the large literature about the topic, I think that
other terminal settings could adjust the behaviour also with ^?, but
setting ^h has no negative side effect for me. So look in the
configuration of gnome-terminal for something like backspaceKey or
string...
-- 
Giorgio Lando <patroclo7 at gmail dot com>


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

* [sup-talk] Backspace key?
  2008-02-11 23:57 [sup-talk] Backspace key? Michael Dominic K.
  2008-02-12  8:25 ` Giorgio Lando
@ 2008-02-12  9:48 ` Nicolas Pouillard
  2008-02-16 13:21   ` William Morgan
  1 sibling, 1 reply; 6+ messages in thread
From: Nicolas Pouillard @ 2008-02-12  9:48 UTC (permalink / raw)


Excerpts from Michael Dominic K.'s message of Tue Feb 12 00:57:37 +0100 2008:
> Hello, 
Hello,

[...]

> I'm having one trivial problem though -- my backspace key doesn't work
> in all entry fields (del works). It's been a while since I fixed
> del/backspace issues in linux... any help/hints/config switch?

I had the same issue, as a workaround hitting CTRL-BACKSPACE worked for me.
However I've made up an ugly change to handle this, perhaps it can help you.

-- 
Nicolas Pouillard aka Ertai
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Handle-the-keycode-127-like-KEY_BACKSPACE.patch
Type: application/octet-stream
Size: 822 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/sup-talk/attachments/20080212/46e95e95/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/sup-talk/attachments/20080212/46e95e95/attachment.bin 


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

* [sup-talk] Backspace key?
  2008-02-12  8:25 ` Giorgio Lando
@ 2008-02-13 23:08   ` Michael Dominic K.
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Dominic K. @ 2008-02-13 23:08 UTC (permalink / raw)


On Feb 12, 2008 9:25 AM, Giorgio Lando <patroclo7 at gmail.com> wrote:
> Excerpts from Michael Dominic K.'s message of Tue Feb 12 00:57:37 +0100 2008:
> > I'm having one trivial problem though -- my backspace key doesn't work
> > in all entry fields (del works). It's been a while since I fixed
> > del/backspace issues in linux... any help/hints/config switch?
>
> I do not use the gnome-terminal, but in my case the working string for
> backspace in sup is ^h, while my terminals (all rxvt derivatives) sent
> ^? by default. From the large literature about the topic, I think that
> other terminal settings could adjust the behaviour also with ^?, but
> setting ^h has no negative side effect for me. So look in the
> configuration of gnome-terminal for something like backspaceKey or
> string...

Thanks,

that worked for me (^h). Actually gnome terminal has a special
configuration in the "compatibility section" that allows you to choose
what is sent for backspace.

However, I belive this is a bit of a workaround. I haven't noticed
anything breaking with ^h except... sup-config. Where, again,
backspace doesn't work with ^h on.

-- 
Michael.


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

* [sup-talk] Backspace key?
  2008-02-12  9:48 ` Nicolas Pouillard
@ 2008-02-16 13:21   ` William Morgan
  2008-02-16 13:54     ` Nicolas Pouillard
  0 siblings, 1 reply; 6+ messages in thread
From: William Morgan @ 2008-02-16 13:21 UTC (permalink / raw)


Reformatted excerpts from nicolas.pouillard's message of 2008-02-12:
> I had the same issue, as a workaround hitting CTRL-BACKSPACE worked
> for me.  However I've made up an ugly change to handle this, perhaps
> it can help you.

Ugly? It's beautiful! And now in master and next.

-- 
William <wmorgan-sup at masanjin.net>


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

* [sup-talk] Backspace key?
  2008-02-16 13:21   ` William Morgan
@ 2008-02-16 13:54     ` Nicolas Pouillard
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Pouillard @ 2008-02-16 13:54 UTC (permalink / raw)


Excerpts from William Morgan's message of Sat Feb 16 14:21:52 +0100 2008:
> Reformatted excerpts from nicolas.pouillard's message of 2008-02-12:
> > I had the same issue, as a workaround hitting CTRL-BACKSPACE worked
> > for me.  However I've made up an ugly change to handle this, perhaps
> > it can help you.
> 
> Ugly? It's beautiful! And now in master and next.

Cool, thanks.

-- 
Nicolas Pouillard aka Ertai
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/sup-talk/attachments/20080216/3c286619/attachment.bin 


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

end of thread, other threads:[~2008-02-16 13:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 23:57 [sup-talk] Backspace key? Michael Dominic K.
2008-02-12  8:25 ` Giorgio Lando
2008-02-13 23:08   ` Michael Dominic K.
2008-02-12  9:48 ` Nicolas Pouillard
2008-02-16 13:21   ` William Morgan
2008-02-16 13:54     ` Nicolas Pouillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox