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
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
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
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
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.
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
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,
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
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
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
>
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
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
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
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.
>
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
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
-- 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
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
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
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
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
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
... Please help who can.
Thanks in advance,
Rodolfo
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
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 '
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
>
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
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:
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
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
:
>> 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"
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
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
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
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
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
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
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
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:
>> >>
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
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
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
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
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?
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?
>
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 :
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
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".
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
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'
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
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
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.
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):
>
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
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.
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
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
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
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
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
> >>
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
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
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
>
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
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
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
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
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.
>
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
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
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
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
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
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?
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
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
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
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
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
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 - 100 of 337 matches
Mail list logo