From owner-freebsd-current Mon Feb 27 08:39:57 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA28467 for current-outgoing; Mon, 27 Feb 1995 08:39:57 -0800 Received: from netcom18.netcom.com (root@netcom18.netcom.com [192.100.81.131]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id IAA28461 for ; Mon, 27 Feb 1995 08:39:56 -0800 From: patl@asimov.lashley.slip.netcom.com Received: from lashley.slip.netcom.com by netcom18.netcom.com (8.6.9/Netcom) id IAA29156; Mon, 27 Feb 1995 08:38:48 -0800 Received: by lashley.slip.netcom.com (5.x/SMI-SVR4) id AA08037; Mon, 27 Feb 1995 08:41:38 -0800 Date: Mon, 27 Feb 1995 08:41:38 -0800 Message-Id: <9502271641.AA08037@lashley.slip.netcom.com> To: charnier@lirmm.fr, sos@kmd-ac.dk Subject: Re: Ctrl- under console Cc: current@FreeBSD.org Reply-To: lashley@netcom.com X-Sun-Charset: US-ASCII Sender: current-owner@FreeBSD.org Precedence: bulk |> > I can not have Ctrl- working under console. It is useful for emacs. |> > It works under xterm (unsetenv DISPLAY, TERM=xterm, TERMCAP=xterm) and under |> > rxvt (unsetenv DISPLAY, TERM=xterm, TERMCAP=cons25). |> > |> > Any idea will be appreciated, thanks. |> |> What do you want Ctrl- to generate ?? Traditionally, emacs expects it to produce a NUL. (It is -much- easier to type than CTRL-SHIFT-@ when you want to do a set-mark-command.) -Pat