From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric Lilja" Newsgroups: gmane.emacs.help Subject: Turn on hungry delete for a buffer Date: 21 Mar 2007 05:33:49 -0700 Organization: http://groups.google.com Message-ID: <1174480429.932401.189160@p15g2000hsd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1174480735 31104 80.91.229.12 (21 Mar 2007 12:38:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 12:38:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 21 13:38:49 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HU05Z-0003tK-35 for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 13:38:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU07E-0001cS-LR for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 07:40:32 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!p15g2000hsd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 130.236.66.196 Original-X-Trace: posting.google.com 1174480431 26288 127.0.0.1 (21 Mar 2007 12:33:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 21 Mar 2007 12:33:51 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: p15g2000hsd.googlegroups.com; posting-host=130.236.66.196; posting-account=VhnPwg0AAAB7O5OQRS5Hs376X47qoQdE Original-Xref: shelby.stanford.edu gnu.emacs.help:146468 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42072 Archived-At: Hello, I'm using this emacs: GNU Emacs 22.0.93.1 (i386-mingw- nt5.1.2600) of 2007-02-20 on MINDCOOLER I wanted to turn on hungry delete for a buffer, so I did: M-: eval: (setq c-toggle-hungry-state 1) But hungry delete wasn't turned on...I still have to do one C-d per space. What did I do wrong? - Eric