Return to BSD News archive
Xref: sserve comp.os.386bsd.questions:15861 gnu.emacs.help:23813 Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!agate!violet.berkeley.edu!jkh From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Newsgroups: comp.os.386bsd.questions,gnu.emacs.help Subject: Re: Gnu emacs-19.28 and FreeBSD-2.0R Date: 12 Jan 1995 20:48:55 GMT Organization: University of California, Berkeley Lines: 10 Message-ID: <3f44jn$b9f@agate.berkeley.edu> References: <MORGAN.95Jan11142736@world.std.com> <GROSSJOH.95Jan12122833@linus.informatik.uni-dortmund.de> <D2B62L.9ou@mv.mv.com> NNTP-Posting-Host: violet.berkeley.edu In article <D2B62L.9ou@mv.mv.com>, Coranth Gryphon <shaman@mv.mv.com> wrote: >Hi. I am running into another problem with emacs (19.28) under freebsd 2.0 > >I cannot get the tab key to insert a tab. The only thing that I've gotten >to work is "^qTAB" (ie. quoted tab). This is correct. Your Major or minor mode probably maps tab to something else! Type: ^Hk^I Jordan