Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread mike
On Tue, 21 Jan 1997, Christian Lynbech wrote:

> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server. 
> Is there any way to rebind/remove this feature? 
> It shadows the handy emacs function of backward-kill-sexp and I have
> just lost one too many session on this account.

It's in your /etc/X11/XF86Config
Section "ServerFlags"
DontZap #disable CTRL-ALT-BKSPC server kill
EmdSection

If you have a Debian/stock XF86Config, it should already be there,
just commented out with a #

good luck,
  mike...

Micro$oft, what do you want to spend today?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Paul Seelig
On Tue, 21 Jan 1997, Christian Lynbech wrote:

> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server. 
> 
> Is there any way to rebind/remove this feature? 
> 
Look for this section in "/etc/X11/XF86Config" and uncomment it:
-cut-here--
# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#DontZap
-cut-here--
--
   Paul Seelig [EMAIL PROTECTED]
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   Our AMA Homepage  in  the WWW at  http://www.uni-mainz.de/~bender/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Bob Clark
>From the man page XF86Config:

DontZap This  disallows  the use of the Ctrl+Alt+Backspace
sequence.  This sequence allows you  to  terminate
the  X  server.   Setting  DontZap allows this key
sequence to be passed to clients.

Uncomment the following line in /etc/X11/XF86Config
#DontZap

-Bob

Christian Lynbech wrote:
> 
> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server.
> 
> Is there any way to rebind/remove this feature?
> 
> It shadows the handy emacs function of backward-kill-sexp and I have
> just lost one too many session on this account.
> 
> ---+--
> Christian Lynbech  | Computer Science Department, University of Aarhus
> Office: R0.32  | Ny Munkegade, Building 540, DK-8000 Aarhus C
> Phone: +45 8942 3218   | [EMAIL PROTECTED] -- www.daimi.aau.dk/~lynbech
> ---+--
> Hit the philistines three times over the head with the Elisp reference manual.
> - [EMAIL PROTECTED] (Michael A. 
> Petonic)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Dale Martin
Christian Lynbech <[EMAIL PROTECTED]> writes:

> 
> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server. 
> 
> Is there any way to rebind/remove this feature? 
> 
> It shadows the handy emacs function of backward-kill-sexp and I have
> just lost one too many session on this account.

This is what it says in Section "ServerFlags" of my "XF86Config" file:

 
# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#DontZap

Good luck!

Dale

-- 
+  finger for pgp public key  -+
| Dale E. Martin | University of Cincinnati Savant Research Laboratory |
| [EMAIL PROTECTED]| http://www.ececs.uc.edu/~dmartin   |
+--+


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Johnny Stevenson
Christian Lynbech wrote:
> 
> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server.
> 
> Is there any way to rebind/remove this feature?
> 
> It shadows the handy emacs function of backward-kill-sexp and I have
> just lost one too many session on this account.
> 
>
In your XF86Config file find the following section and uncomment the
DontZap option.  This as it says will disable the key action.


# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#DontZap


 
-- 

Be seeing you...

xXXXx
 John Stevenson   3rd Yr BSc Soft. Eng. 
  ** Staff/Student Representative **
 E-mail : [EMAIL PROTECTED]  
 URL: http://www.ncl.ac.uk/~n4215605
xXXXx


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Vatiainen Heikki
See /etc/X11/XF86Config and in there section "ServerFlags". Uncomment the line 
that reads "DontZap" and that should do it. Man XF86Config tells more.

Christian Lynbech wrote:
> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server. 
> 
> Is there any way to rebind/remove this feature? 

// Heikki



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Farzad FARID
On Tue, 21 Jan 1997, Christian Lynbech wrote:

> Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
> to kill the X server. 
> 
> Is there any way to rebind/remove this feature? 

Use the DontZap flag in the XF86Config file. See 'man XF86Config'.

[...]
   DontZap This  disallows  the use of the Ctrl+Alt+Backspace
   sequence.  This sequence allows you  to  terminate
   the  X  server.   Setting  DontZap allows this key
   sequence to be passed to clients.
[...]

--
Farzad FARID
Administrateur Reseau
SGIP - Publicis


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


ALT+CTRL+BS dangerous to X server

1997-01-21 Thread Christian Lynbech
Apparently, the keyboard combinbation of ALT+CTRL+Backspace is set up
to kill the X server. 

Is there any way to rebind/remove this feature? 

It shadows the handy emacs function of backward-kill-sexp and I have
just lost one too many session on this account.


---+--
Christian Lynbech  | Computer Science Department, University of Aarhus
Office: R0.32  | Ny Munkegade, Building 540, DK-8000 Aarhus C
Phone: +45 8942 3218   | [EMAIL PROTECTED] -- www.daimi.aau.dk/~lynbech
---+--
Hit the philistines three times over the head with the Elisp reference manual.
- [EMAIL PROTECTED] (Michael A. Petonic)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]