Re: Get Terminal to Echo line in buffer on backspace

2021-09-02 Thread Greg Wooledge
On Thu, Sep 02, 2021 at 05:44:33AM +0200, Thomas Anderson wrote: > Thanks for the insightful replies. > > I think I am getting closer to a solution. > > Wouldn't it be possible to bind the "redraw-current-line" to the delete > (ASCII DEL), i.e. Alt 127?? > > And, just add that to my user's bash

Re: Get Terminal to Echo line in buffer on backspace

2021-09-01 Thread Thomas Anderson
Thanks for the insightful replies. I think I am getting closer to a solution. Wouldn't it be possible to bind the "redraw-current-line" to the delete (ASCII DEL), i.e. Alt 127?? And, just add that to my user's bash file? I am thinking out loud, not sure this would work. Also, yes. Zsh, I wi

Re: Get Terminal to Echo line in buffer on backspace

2021-09-01 Thread David Wright
7;re typing at a shell prompt, and a bit of "noise" > is thrown onto the screen, disrupting them. It's a one-time event, and > they'd just like to wipe away the noise so they can see what they're > typing (and specifically so that backspace is handled "correct

Re: Get Terminal to Echo line in buffer on backspace

2021-08-31 Thread David Wright
hat seems reasonable. So in summary, ESC 1 ^L gives a clean refresh of the command line when you're at a shell prompt, and ^R prints the contents of your typeahead buffer when you're not. I think that's what the OP /really/ wants. I can see no point in tying the ^R refresh to the

Re: Get Terminal to Echo line in buffer on backspace

2021-08-31 Thread Greg Wooledge
the screen, disrupting them. It's a one-time event, and they'd just like to wipe away the noise so they can see what they're typing (and specifically so that backspace is handled "correctly"). It won't help in your scenario, at all.

Re: Get Terminal to Echo line in buffer on backspace

2021-08-31 Thread Nicolas George
David Wright (12021-08-31): > The only useful effect of that binding that I've seen is not when > typing ahead, but at the normal command line Of course. When typing ahead, your shell's line editor is not in action, and therefore its bindings will have no effect immediately. They will have an effe

Re: Get Terminal to Echo line in buffer on backspace

2021-08-31 Thread David Wright
On Mon 30 Aug 2021 at 11:39:14 (-0400), Greg Wooledge wrote: > On Mon, Aug 30, 2021 at 05:05:49PM +0200, Nicolas George wrote: > > With Zsh, there is the "redisplay" zle command, it does exactly that: > > redraw the prompt and command without clearing the screen. > > > > I do not know if readline,

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread songbird
Greg Wooledge wrote: ... > You simply aren't going to get that behavior. So I'm telling you how > you can work around the problem, or fix your *underlying problem*. i agree, if you have something sending information to a console or terminal, you can just open up another terminal or tab and then

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Greg Wooledge
On Mon, Aug 30, 2021 at 05:05:49PM +0200, Nicolas George wrote: > With Zsh, there is the "redisplay" zle command, it does exactly that: > redraw the prompt and command without clearing the screen. > > I do not know if readline, used by bash, has the same feature available. Interesting. I've neve

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Nicolas George
Greg Wooledge (12021-08-30): > What you want to do is redraw the current command. The easiest way to > do this is to press Ctrl-L. (Or if you're in vi mode, ESC Ctrl-L, and > then you'll need to go back to command mode.) > > This clears the whole screen, though. So if there's information you >

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Nicolas George
Thomas Anderson (12021-08-30): > It's hard for me to describe, so here is an example of I am looking to > emulate (this is from a mac). > > https://cloud.little-beak.com/s/KxpjEHJ5RTEYZmS Are you typing the ^R that appear on the screen? What is the shell you are using? Does it have a line editor

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Greg Wooledge
ate (this is from a mac). > > https://cloud.little-beak.com/s/KxpjEHJ5RTEYZmS > > On debian, I have tried many different terminal emulators, and all the > visible options to get this type > > of behavior, but have failed. =( What you're asking for sounds like "every time I bac

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Thomas Anderson
30/08/2021 14:41, Greg Wooledge wrote: > On Mon, Aug 30, 2021 at 12:26:32PM +0200, Thomas Anderson wrote: >> My issue is: if I am typing to terminal, while receiving data, and I >> backspace -- I just don't know how far I have backspaced, I have to guess. > What you want

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Nicolas George
Thomas Anderson (12021-08-30): > I would really like to be able to use terminal in such a way that when I > backspace, it will echo the line I am currently typing > > 1. say if I am receiving data into the terminal window, and > > 2. I have *not* pressed carriage return. >

Re: Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Greg Wooledge
On Mon, Aug 30, 2021 at 12:26:32PM +0200, Thomas Anderson wrote: > My issue is: if I am typing to terminal, while receiving data, and I > backspace -- I just don't know how far I have backspaced, I have to guess. What you want to do is redraw the current command. The easiest way to do

Get Terminal to Echo line in buffer on backspace

2021-08-30 Thread Thomas Anderson
Hello Debian Users, Maybe someone can help a brother out. I would really like to be able to use terminal in such a way that when I backspace, it will echo the line I am currently typing 1. say if I am receiving data into the terminal window, and 2. I have *not* pressed carriage return. My

Fwd: alt- backspace inside emacs in konsole terminal doesn't 'backward delete word' unlike xterm

2020-01-21 Thread kts
-- Forwarded message - From: kts Date: Tue, Jan 21, 2020 at 9:19 PM Subject: Fwd: alt- backspace inside emacs in konsole terminal doesn't 'backward delete word' unlike xterm To: kts -- Forwarded Message -- Subject: alt- backspace inside e

Re: VIM halts on backspace to new line

2016-09-19 Thread Indigo Frankencastle
The issue prevails. Current version: --- VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 16 2016 10:50:38) Included patches: 1-1689 Modified by pkg-vim-maintain...@lists.alioth.debian.org Compiled by pkg-vim-maintain...@lists.alioth.debian.org Huge version with GTK2-GNOME GUI. Features inc

VIM halts on backspace to new line

2016-07-04 Thread Indigo Frankencastle
Asking to confirm this bug: VIM 7.4 Included patches: 1-712 (32-bit) Warning: this, if it “works”, will halt your VIM. * Step #1, (Normal mode) Contents of file; Cursor on "c": clean: c: * Step #2 (Enter insert mode by capital I) Cursor at column 0: clean: c: * Step #3 (Enter

Re: Shift-tab and Ctrl-arrow working within XTerm but not in tty* terminal (was: Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal)

2015-08-28 Thread David Wright
Quoting Rodolfo Medina (rodolfo.med...@gmail.com): > Sorry! I wrote Shift-Backspace but I meant Shift-Tab. > > Thanks. I appended that code to /etc/console-setup/remap.inc, then ran > > # dpkg-reconfigure console-setup ; dpkg-reconfigure keyboard-configuration > > , but

Re: Shift-tab and Ctrl-arrow working within XTerm but not in tty* terminal (was: Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal)

2015-08-28 Thread Rodolfo Medina
Sorry! I wrote Shift-Backspace but I meant Shift-Tab. David Wright writes: > I append the following to /etc/console-setup/remap.inc > > # Ctrl-arrow keys need to send the same codes as in X/xterm. > Control keycode 105 = F51 > string F51 = "\033[1;5D" > Control ke

Re: Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal

2015-08-27 Thread David Wright
yboard-configuration making no changes. (Why both? Laziness; that line is in my .bash_history file.) Shift-backspace? Personally, I wouldn't want it to do anything other than the same as backspace, but the principle is the same. If X is running when you dpkg-reconfigure, you can get weird effects

Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal

2015-08-27 Thread Rodolfo Medina
... Please help who can. Thanks in advance, Rodolfo

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-11 Thread Andrei POPESCU
On Ma, 11 mar 14, 03:27:23, Rick Thomas wrote: > > On Mar 10, 2014, at 2:45 PM, Andrei POPESCU wrote: > > > On Lu, 10 mar 14, 17:15:50, Darac Marjal wrote: > >> > >> Probably your debconf priority is set too high for the questions to be > >> asked. Try "dpkg-reconfigure -plow keyboard-configura

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-11 Thread Rick Thomas
On Mar 10, 2014, at 5:26 PM, Brian wrote: > On Mon 10 Mar 2014 at 13:49:34 -0700, Rick Thomas wrote: > >> This sent me scurrying to the man pages. I couldn't find any >> indication of where the "already seen" flag is kept. Anybody know >> this? Is there a document I've overlooked? > > The '

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-11 Thread Darac Marjal
On Tue, Mar 11, 2014 at 03:27:23AM -0700, Rick Thomas wrote: > > On Mar 10, 2014, at 2:45 PM, Andrei POPESCU wrote: > > > On Lu, 10 mar 14, 17:15:50, Darac Marjal wrote: > >> > >> Probably your debconf priority is set too high for the questions to be > >> asked. Try "dpkg-reconfigure -plow keyb

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-11 Thread Rick Thomas
On Mar 10, 2014, at 2:45 PM, Andrei POPESCU wrote: > On Lu, 10 mar 14, 17:15:50, Darac Marjal wrote: >> >> Probably your debconf priority is set too high for the questions to be >> asked. Try "dpkg-reconfigure -plow keyboard-configuration". > > From dpkg-reconfigure(8): > > -pvalue, --p

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-11 Thread Rick Thomas
On Mar 10, 2014, at 5:22 PM, Brian wrote: > On Mon 10 Mar 2014 at 14:03:11 -0700, Rick Thomas wrote: > >> >> For what it's worth, if I do "dpkg-reconfigure libpaper1" I get the >> question I expect to see, asking what I want the default printer-paper >> size to be. So dpkg-reconfigure isn't c

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
On Mon 10 Mar 2014 at 13:49:34 -0700, Rick Thomas wrote: > This sent me scurrying to the man pages. I couldn't find any > indication of where the "already seen" flag is kept. Anybody know > this? Is there a document I've overlooked? The 'seen' flag is put in /var/cache/debconf/config.dat after

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
On Mon 10 Mar 2014 at 14:03:11 -0700, Rick Thomas wrote: > > For what it's worth, if I do "dpkg-reconfigure libpaper1" I get the > question I expect to see, asking what I want the default printer-paper > size to be. So dpkg-reconfigure isn't completely broken all by > itself. The bug that preve

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Andrei POPESCU
On Lu, 10 mar 14, 17:15:50, Darac Marjal wrote: > > Probably your debconf priority is set too high for the questions to be > asked. Try "dpkg-reconfigure -plow keyboard-configuration". From dpkg-reconfigure(8): -pvalue, --priority=value Specify the minimum priority of question tha

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Andrei POPESCU
On Lu, 10 mar 14, 14:03:11, Rick Thomas wrote: > > For what it's worth, if I do "dpkg-reconfigure libpaper1" I get the > question I expect to see, asking what I want the default printer-paper > size to be. So dpkg-reconfigure isn't completely broken all by > itself. The bug that prevents me f

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Rick Thomas
On Mar 10, 2014, at 1:34 PM, Brian wrote: > On Mon 10 Mar 2014 at 13:21:58 -0700, Rick Thomas wrote: > >> >> Thanks! I'll put that in my bag of tricks... > > It will take more than a trick to retrieve the situation you are in. Well... It doesn't do this on Wheezy, so it would seem that ther

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Rick Thomas
On Mar 10, 2014, at 11:34 AM, Brian wrote: > On Mon 10 Mar 2014 at 18:20:04 +, Brian wrote: > >> extra information on your setup I'm afraid I'm at a loss for a >> suggestion or two, apart from observing it may be particular to your >> architecture. > > This is by way of being another oberv

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
On Mon 10 Mar 2014 at 13:21:58 -0700, Rick Thomas wrote: > > Thanks! I'll put that in my bag of tricks... It will take more than a trick to retrieve the situation you are in. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact l

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Rick Thomas
ngs) set the option to use control-alt-backspace to >> terminate the X server. >> >> But in Jessie, "dpkg-reconfigure keyboard-configuration" asks no questions >> and makes no changes. >> >> >> What is the preferred method of configuring the k

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
X > server to listen to control-alt-backspace?" I don't think it is the wrong question. 'dpkg-reconfigure something' is a basic, fundamental part of Debian. Users should expect it to function 100% of the time. When it doesn't they should take a good, close look at the

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
On Mon 10 Mar 2014 at 18:20:04 +, Brian wrote: > extra information on your setup I'm afraid I'm at a loss for a > suggestion or two, apart from observing it may be particular to your > architecture. This is by way of being another obervation: dpkg-reconfigure -u keyboard-configuration gi

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Dan Ritter
On Sun, Mar 09, 2014 at 04:08:06AM -0700, Rick Thomas wrote: > In Wheezy, I used to be able to use > dpkg-reconfigure keyboard-configuration > to (among other things) set the option to use control-alt-backspace to > terminate the X server. > > But in Jessie, "dp

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
tion > >>> update-rc.d: warning: start and stop actions are no longer supported; > >>> falling back to defaults > >>> update-rc.d: warning: start and stop actions are no longer supported; > >>> falling back to defaults > > is *exactly* the output i sa

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Curt
On 2014-03-10, Ralf Mardorf wrote: > > Is this "short cut" for people with an eidetic memory + trained finger > dexterity? > It's so lousy pianists don't execute it by inadvertence while fiddling a Brahm's intermezzo alphanumerically. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Ralf Mardorf
On Mon, 2014-03-10 at 13:16 -0400, Doug wrote: > On 03/10/2014 07:29 AM, Darac Marjal wrote: > > On Sun, Mar 09, 2014 at 10:38:35AM -0400, Rob Owens wrote: > /snip/ > > Actually, SysRq+K is the Secure Attention Key (SAK). It is the > > equivalent of Ctrl+Alt+Del in Windows. Basically, the intentio

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Rick Thomas
r supported; >>>>> falling back to defaults >> >> is *exactly* the output i saw on the same machine a few seconds later. I >> was expecting to see questions about keyboard configuration, including one >> about ctrl-alt-backspace, but they did not appear. On

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Doug
On 03/10/2014 07:29 AM, Darac Marjal wrote: On Sun, Mar 09, 2014 at 10:38:35AM -0400, Rob Owens wrote: /snip/ Actually, SysRq+K is the Secure Attention Key (SAK). It is the equivalent of Ctrl+Alt+Del in Windows. Basically, the intention is that, if you walk up to a computer you have access to,

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Darac Marjal
tions are no longer supported; > >>> falling back to defaults > >>> update-rc.d: warning: start and stop actions are no longer supported; > >>> falling back to defaults > > is *exactly* the output i saw on the same machine a few seconds later. I was >

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Rick Thomas
ing back to defaults is *exactly* the output i saw on the same machine a few seconds later. I was expecting to see questions about keyboard configuration, including one about ctrl-alt-backspace, but they did not appear. Once again: No editing occurred except for copy-and-past. Let me repea

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Brian
On Sun 09 Mar 2014 at 17:59:20 -0700, Rick Thomas wrote: > Here is what I get: > > > root@dillserver:~# aptitude show keyboard-configuration You have edited the output this command gave. In ganeral this is not wise. > > root@dillserver:~# dpkg-reconfigure keyboard-configuration > > update-rc.d:

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-10 Thread Darac Marjal
On Sun, Mar 09, 2014 at 10:38:35AM -0400, Rob Owens wrote: > On Sun, Mar 09, 2014 at 04:08:06AM -0700, Rick Thomas wrote: > > In Wheezy, I used to be able to use > > dpkg-reconfigure keyboard-configuration > > to (among other things) set the option to use con

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-09 Thread Rick Thomas
other things) set the option to use control-alt-backspace to >> terminate the X server. >> > I think you can still terminate the X server with this combination: > > Ctrl-Alt-Shift-PrtSc-k > > You might need a third hand... > > -Rob -- To UNSUBSCRIBE, email t

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-09 Thread Rick Thomas
: >> In Wheezy, I used to be able to use >> dpkg-reconfigure keyboard-configuration >> to (among other things) set the option to use control-alt-backspace to >> terminate the X server. >> >> But in Jessie, "dpkg-reconfigure keyboard-configuration"

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-09 Thread Rob Owens
On Sun, Mar 09, 2014 at 04:08:06AM -0700, Rick Thomas wrote: > In Wheezy, I used to be able to use > dpkg-reconfigure keyboard-configuration > to (among other things) set the option to use control-alt-backspace to > terminate the X server. > I think you can still terminate th

Re: What happened to "use control-alt-backspace to terminate X server?"

2014-03-09 Thread Andrei POPESCU
On Du, 09 mar 14, 04:08:06, Rick Thomas wrote: > In Wheezy, I used to be able to use > dpkg-reconfigure keyboard-configuration > to (among other things) set the option to use control-alt-backspace to > terminate the X server. > > But in Jessie, "dpkg-reconfigure keybo

What happened to "use control-alt-backspace to terminate X server?"

2014-03-09 Thread Rick Thomas
In Wheezy, I used to be able to use dpkg-reconfigure keyboard-configuration to (among other things) set the option to use control-alt-backspace to terminate the X server. But in Jessie, "dpkg-reconfigure keyboard-configuration" asks no questions and makes no changes. What is the

Re: Ctrl-/ interpreted as Backspace in text console

2012-03-11 Thread Liu Binsheng
On Sat, Mar 10, 2012 at 10:39:27PM +0100, Florian Kulzer wrote: > On Sun, Mar 11, 2012 at 00:56:12 +0800, Liu Binsheng wrote: > > Hi, > > > > When I press Ctrl-/ in the text console, it deletes a char like > > backspace. But if I use Gnome and press Ctrl-/ in gnome-t

Re: Ctrl-/ interpreted as Backspace in text console

2012-03-10 Thread Florian Kulzer
On Sun, Mar 11, 2012 at 00:56:12 +0800, Liu Binsheng wrote: > Hi, > > When I press Ctrl-/ in the text console, it deletes a char like > backspace. But if I use Gnome and press Ctrl-/ in gnome-terminal, > Ctrl-/ behaves normally. [...] > Here's the results of runni

Ctrl-/ interpreted as Backspace in text console

2012-03-10 Thread Liu Binsheng
Hi, When I press Ctrl-/ in the text console, it deletes a char like backspace. But if I use Gnome and press Ctrl-/ in gnome-terminal, Ctrl-/ behaves normally. My laptop is ASUS A8 series. It uses a normal keyboard. I've installed console-setup, and these are the valid lines in /etc/de

Re: Lost Alt+Backspace

2011-12-01 Thread Bob Proulx
Sridhar M.A. wrote: > Bob Proulx wrote: > m...@mylug.org wrote: > > > After recent upgrades (I am not certain when), I have lost the > > > ability to delete words by using Alt+BkSp in either gnome-terminal > > > or terminator. How to get that behaviour back? > > > > I use XTerms and I have this XTe

Re: Lost Alt+Backspace

2011-12-01 Thread Camaleón
On Wed, 30 Nov 2011 18:49:35 +, Roger Leigh wrote: > On Wed, Nov 30, 2011 at 06:38:00PM +, Camaleón wrote: >> On Wed, 30 Nov 2011 17:52:27 +, Roger Leigh wrote: >> >> > On Wed, Nov 30, 2011 at 03:58:21PM +, Camaleón wrote: >> >> On Wed, 30 Nov 2011 06:58:17 -0800, mas wrote: >> >>

Re: Lost Alt+Backspace

2011-12-01 Thread Sridhar M.A.
On Wed, Nov 30, 2011 at 02:40:22PM -0700, Bob Proulx wrote: > > I use XTerms and I have this XTerm resource set for this purpose: > > XTerm*metaSendsEscape:true > I tried this and nothing changed. Regards, -- Sridhar M.A. GPG KeyID : F6A35935

Re: Lost Alt+Backspace

2011-11-30 Thread Bob Proulx
I have had it this way for a long time now and forget when the breakage originally occurred. Probably when terminals started to support UTF-8 unicode encodings. Basically M-DEL (0xFF, DEL is 0x7F and setting the high bit makes it 0xFF) is the character you should get with Meta-Backspace (aka Alt-Ba

Re: Lost Alt+Backspace

2011-11-30 Thread Roger Leigh
On Wed, Nov 30, 2011 at 06:38:00PM +, Camaleón wrote: > On Wed, 30 Nov 2011 17:52:27 +, Roger Leigh wrote: > > > On Wed, Nov 30, 2011 at 03:58:21PM +, Camaleón wrote: > >> On Wed, 30 Nov 2011 06:58:17 -0800, mas wrote: > >> > >> > After recent upgrades (I am not certain when), I have

Re: Lost Alt+Backspace

2011-11-30 Thread Camaleón
On Wed, 30 Nov 2011 17:52:27 +, Roger Leigh wrote: > On Wed, Nov 30, 2011 at 03:58:21PM +, Camaleón wrote: >> On Wed, 30 Nov 2011 06:58:17 -0800, mas wrote: >> >> > After recent upgrades (I am not certain when), I have lost the >> > ability to delete words by using Alt+BkSp in either gnom

Re: Lost Alt+Backspace

2011-11-30 Thread Roger Leigh
On Wed, Nov 30, 2011 at 03:58:21PM +, Camaleón wrote: > On Wed, 30 Nov 2011 06:58:17 -0800, mas wrote: > > > After recent upgrades (I am not certain when), I have lost the ability > > to delete words by using Alt+BkSp in either gnome-terminal or > > terminator. How to get that behaviour back?

Re: Lost Alt+Backspace

2011-11-30 Thread Camaleón
On Wed, 30 Nov 2011 21:45:53 +0530, Sridhar M.A. wrote: > On Wed, Nov 30, 2011 at 03:58:21PM +, Camaleón wrote: >> >> Juts tested and it works here (wheezy and gnome-terminal) :-? >> >> Have you relogin/restarted after the upgrade? Is it working for >> another user? >

Re: Lost Alt+Backspace

2011-11-30 Thread Sridhar M.A.
On Wed, Nov 30, 2011 at 03:58:21PM +, Camaleón wrote: > > Juts tested and it works here (wheezy and gnome-terminal) :-? > > Have you relogin/restarted after the upgrade? Is it working for another > user? > Does not work for anybody :-( In fact, a similar issue is here :

Re: Lost Alt+Backspace

2011-11-30 Thread Camaleón
On Wed, 30 Nov 2011 06:58:17 -0800, mas wrote: > After recent upgrades (I am not certain when), I have lost the ability > to delete words by using Alt+BkSp in either gnome-terminal or > terminator. How to get that behaviour back? Juts tested and it works here (wheezy and gnome-terminal) :-? Have

Lost Alt+Backspace

2011-11-30 Thread mas
After recent upgrades (I am not certain when), I have lost the ability to delete words by using Alt+BkSp in either gnome-terminal or terminator. How to get that behaviour back? Regards, -- Sridhar -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: Ctrl-Alt-Backspace disabled?

2009-06-10 Thread Jan Willem Stumpel
emikaadeo wrote: > I just enabled keyboard layout in > K>Systemsettings>Regional&Language>Keyboard Layout, and there, > in advanced tab I check: Key sequence to kill X server > (Control+Alt+Backspace). I filed a bug against xserver-xorg about the disappearance of contr

Re: Re: Ctrl-Alt-Backspace disabled?

2009-06-10 Thread emikaadeo
Jan Willem Stumpel wrote: > Andrei Popescu wrote: (about getting ctl-alt-backspace back): >> You need >> >> Option "DontZap" "false" >> >> in the ServerFlags section of your xorg.conf (check the manpage for >> xorg.conf, I'

Re: Ctrl-Alt-Backspace disabled?

2009-06-09 Thread marc
Jan Willem Stumpel said: > widux wrote: > >> Hi, >> >> for me >> right-Alt + Print + k >> does the trick! >> >> Greetings > > How on earth did you find this out? You mean you don't hit those keys accidentally all the time? -- Best, Marc "Change requires small steps." -- To UNSUBSCR

Re: Re: Ctrl-Alt-Backspace disabled?

2009-06-09 Thread Andrei Popescu
On Lu,08.iun.09, 19:34:24, Jan Willem Stumpel wrote: > This worked for about a week -- but nannyism has crept further. In > the latest Sid, even this trick doesn't work anymore. How to get > it back, I wonder. Make sure you're using LeftAlt instead of RightAlt (this could be mapped to AltGr) an

Re: Ctrl-Alt-Backspace disabled?

2009-06-09 Thread Andrei Popescu
On Lu,08.iun.09, 19:58:19, widux wrote: > for me > right-Alt + Print + k ^ You probably mean SysRq: http://en.wikipedia.org/wiki/Magic_SysRq_key Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread widux
Am Montag 08 Juni 2009 22:28:33 schrieb Rick Thomas: > On Jun 8, 2009, at 3:29 PM, Jan Willem Stumpel wrote: > > widux wrote: > > > > Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: > >>> Andrei Popescu wrote: (about getting ctl-alt-backspace back): >

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Rick Thomas
On Jun 8, 2009, at 3:29 PM, Jan Willem Stumpel wrote: widux wrote: Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: Andrei Popescu wrote: (about getting ctl-alt-backspace back): You need Option"DontZap" "false" in the ServerFlags section of your

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Sven Joachim
e, but I've heard about it first from Michael Prokop when I discovered that a version of GRML¹ would not reboot properly. > Also, do you know where this is set, so I could change it? Or is > it hard-coded somehow? Anyway, thanks for the information. Wikipedia has a good article² about it.

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Jan Willem Stumpel
widux wrote: > Hi, > > for me > right-Alt + Print + k > does the trick! > > Greetings How on earth did you find this out? Also, do you know where this is set, so I could change it? Or is it hard-coded somehow? Anyway, thanks for the information. Regards, Jan -- To UNSUBSCRIBE, email

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Harry Rickards
On 8 Jun 2009, at 18:58, widux wrote: Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: Andrei Popescu wrote: (about getting ctl-alt-backspace back): You need Option"DontZap" "false" in the ServerFlags section of your xorg.conf (check the manpage for xo

Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread widux
Am Montag 08 Juni 2009 19:34:24 schrieb Jan Willem Stumpel: > Andrei Popescu wrote: (about getting ctl-alt-backspace back): > > You need > > > > Option "DontZap" "false" > > > > in the ServerFlags section of your xorg.conf (check t

Re: Re: Ctrl-Alt-Backspace disabled?

2009-06-08 Thread Jan Willem Stumpel
Andrei Popescu wrote: (about getting ctl-alt-backspace back): > You need > > Option"DontZap" "false" > > in the ServerFlags section of your xorg.conf (check the manpage for > xorg.conf, I'm writing from memory). This worked for about a wee

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread Paul E Condon
g.gz or NEWS.Debian.gz). > >> > >> It must surely be a tiny minority of users who press > >> control-alt-backspace "by mistake"; I find it hard to imagine even. But > >> for users who suffer from this syndrome there has always been the > >>

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread thveillon.debian
Tzafrir Cohen wrote: > On Sun, May 31, 2009 at 02:03:06PM +0100, thveillon.debian wrote: > >> Note to self : disabling "rm" > > The default of both KDE and GNOME is to use the trashcan. There's also > safe-rm. The literal 'rm -rf /' has also been disabled. > >> and "fdisk" commands, catching "s

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread Tzafrir Cohen
On Sun, May 31, 2009 at 02:03:06PM +0100, thveillon.debian wrote: > Note to self : disabling "rm" The default of both KDE and GNOME is to use the trashcan. There's also safe-rm. The literal 'rm -rf /' has also been disabled. > and "fdisk" commands, catching "shutdown" > and "reboot" commands to

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread thveillon.debian
ty of users who press >> control-alt-backspace "by mistake"; I find it hard to imagine even. But >> for users who suffer from this syndrome there has always been the >> possibility of specifying DontZap. Forcing it on all users is a Bad >> Thing. > > > +1 >

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread marc
Jan Willem Stumpel said: > IMHO disabling an old and trusted functionality is simply introducing a > bug, made worse by keeping silent about it (no word about it in > changelog.gz or NEWS.Debian.gz). > > It must surely be a tiny minority of users who press > control-alt-backspa

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread Jan Willem Stumpel
IMHO disabling an old and trusted functionality is simply introducing a bug, made worse by keeping silent about it (no word about it in changelog.gz or NEWS.Debian.gz). It must surely be a tiny minority of users who press control-alt-backspace "by mistake"; I find it hard to imagine

Re: Ctrl-Alt-Backspace disabled?

2009-05-31 Thread Joel Roth
On Fri, May 29, 2009 at 04:15:12PM -0400, Paul Cartwright wrote: > from the man page: > Option "DontZap" "boolean" > This disallows the use of the Ctrl+Alt+Backspace sequence. That > sequence is normally used to ter

Re: Ctrl-Alt-Backspace disabled?

2009-05-30 Thread Paul Cartwright
on "DontZap""off" from the man page: Option "DontZap" "boolean" This disallows the use of the Ctrl+Alt+Backspace sequence. That sequence is normally used to terminate the Xorg server. When this option is enabl

Re: Ctrl-Alt-Backspace disabled?

2009-05-29 Thread Joel Roth
On Fri, May 29, 2009 at 09:51:19PM +0300, Andrei Popescu wrote: > On Fri,29.May.09, 08:26:53, Joel Roth wrote: > > Hello all, > > > > I've noticed that Ctrl-Alt-Backspace no longer kills X for > > me (sid). I see Ubuntu has disabled this key combination. >

Re: Ctrl-Alt-Backspace disabled?

2009-05-29 Thread Kelly Clowers
On Fri, May 29, 2009 at 11:26, Joel Roth wrote: > Hello all, > > I've noticed that Ctrl-Alt-Backspace no longer kills X for > me (sid). I see Ubuntu has disabled this key combination. > What about Debian? > > Is it me or Xorg? And how could I re-enable this > function

Re: Ctrl-Alt-Backspace disabled?

2009-05-29 Thread Lorenzo Beretta
Joel Roth ha scritto: Hello all, I've noticed that Ctrl-Alt-Backspace no longer kills X for me (sid). I see Ubuntu has disabled this key combination. What about Debian? Is it me or Xorg? And how could I re-enable this functionality? Switch to terminal, ps ax, kill is possible, but clunky

Re: Ctrl-Alt-Backspace disabled?

2009-05-29 Thread Andrei Popescu
On Fri,29.May.09, 08:26:53, Joel Roth wrote: > Hello all, > > I've noticed that Ctrl-Alt-Backspace no longer kills X for > me (sid). I see Ubuntu has disabled this key combination. > What about Debian? It was disabled upstream (in Xorg) > Is it me or Xorg? And how

Re: Ctrl-Alt-Backspace disabled?

2009-05-29 Thread Muzer
Joel Roth wrote: Hello all, I've noticed that Ctrl-Alt-Backspace no longer kills X for me (sid). I see Ubuntu has disabled this key combination. What about Debian? Is it me or Xorg? And how could I re-enable this functionality? Switch to terminal, ps ax, kill is possible, but clunky if

Ctrl-Alt-Backspace disabled?

2009-05-29 Thread Joel Roth
Hello all, I've noticed that Ctrl-Alt-Backspace no longer kills X for me (sid). I see Ubuntu has disabled this key combination. What about Debian? Is it me or Xorg? And how could I re-enable this functionality? Switch to terminal, ps ax, kill is possible, but clunky if I am testing a bun

Re: Odd Backspace behavior in vim

2008-10-06 Thread Dan H.
On Sun, Oct 05, 2008 at 01:48:04PM -0500, Ron Johnson wrote: > > What version of vim are you using? > > Which terminal window are you using (xterm, rxvt, gnome-terminal, > etc), and what version? > > What version of X are you using? > > Maybe a customized ~/.Xresources or /etc/X11/Xresources?

Re: Odd Backspace behavior in vim

2008-10-05 Thread Ron Johnson
On 10/05/08 13:17, Dan H. wrote: Hello people, yes, I've done my Google homework. Yes, everybody seems to solve this problem using "set backspace=eol,start,indent" and "set fixdel". However, it doesn't work in xterms on this machine: Whenever I hit backspace, the

Odd Backspace behavior in vim

2008-10-05 Thread Dan H.
Hello people, yes, I've done my Google homework. Yes, everybody seems to solve this problem using "set backspace=eol,start,indent" and "set fixdel". However, it doesn't work in xterms on this machine: Whenever I hit backspace, the character to the right of the curren

Re: vim : backspace is now bell

2008-04-09 Thread Mathieu Malaterre
On Wed, Apr 9, 2008 at 6:26 PM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > Hi there, > > After upgrading to etch (from oldstable), I cannot use the backspace > key in vim anymore. It used to delete character (just like in my > term). But now all I get is an annoying b

vim : backspace is now bell

2008-04-09 Thread Mathieu Malaterre
Hi there, After upgrading to etch (from oldstable), I cannot use the backspace key in vim anymore. It used to delete character (just like in my term). But now all I get is an annoying bell. I kept the exact same .vimrc. Thanks -- Mathieu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Backspace doesn't work with xfce4

2007-10-10 Thread Alejandro Aguila Sáinz
Now fixed, thanks Andrew. On 10/10/07, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 10, 2007 at 01:44:36PM -0500, Alejandro Aguila Sáinz wrote: > > Hi, I'm running irssi 0.8.10 (20051211 0941) on a xfce4-terminal in > Debian > > SID, and the ba

Re: Backspace doesn't work with xfce4

2007-10-10 Thread Andrew Sackville-West
On Wed, Oct 10, 2007 at 01:44:36PM -0500, Alejandro Aguila Sáinz wrote: > Hi, I'm running irssi 0.8.10 (20051211 0941) on a xfce4-terminal in Debian > SID, and the backspace is not working, if I run it on a gnome-terminal or > xterm is running well, any idea? xfce4-termi

  1   2   3   4   >