From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Re: Why won't this command kill a buffer? Date: Sun, 13 Feb 2011 15:07:30 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba6e8f50a62053049c24954e X-Trace: dough.gmane.org 1297580889 28650 80.91.229.12 (13 Feb 2011 07:08:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 07:08:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Joe Fineman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 13 08:08:04 2011 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.69) (envelope-from ) id 1PoW3w-0002A8-4o for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Feb 2011 08:08:04 +0100 Original-Received: from localhost ([127.0.0.1]:49776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoW3v-0000Lp-65 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Feb 2011 02:08:03 -0500 Original-Received: from [140.186.70.92] (port=53991 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoW3Q-0000Lk-MV for help-gnu-emacs@gnu.org; Sun, 13 Feb 2011 02:07:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoW3P-0005e8-Jd for help-gnu-emacs@gnu.org; Sun, 13 Feb 2011 02:07:32 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:59155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoW3P-0005e4-Cb for help-gnu-emacs@gnu.org; Sun, 13 Feb 2011 02:07:31 -0500 Original-Received: by iwc10 with SMTP id 10so4147500iwc.0 for ; Sat, 12 Feb 2011 23:07:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=fb9z0PVEaozgZVWIAbk025M+OvExXgFu+W1/S39q5CA=; b=Ouvn2frcpifGPhPa/QU1RULvzaMeCgBs7MK6mtrw/b2UwGSBPYpbH6sZ5BbSsFv+yM cLGJ+ZYbhca03QZNo+HLdRH72tHGP4Cw6rtJk5IOaYRhEKwUEBvQ37+5kYbx0HJGg2+7 vdKCImOKPV7Pl1lbqCX+7mjb5YJcuQ4Ka1E+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dd17Pi3li/0fREh2ZRS+aLqHijmQP8jliCJeD3oF7m0mWr3CgJaixdul+/8XZKJ7BO g8hH1k7Q/Ca+D/3ooPA0jOAm/Ja7nxkMy7vWQLUUJvFsQE7B+RmpC7bIWqUFA+43m9MY p7RoMh7nMx2il6pmtFN9tcV4DWjE7ulUL916w= Original-Received: by 10.42.175.72 with SMTP id az8mr3130404icb.47.1297580850290; Sat, 12 Feb 2011 23:07:30 -0800 (PST) Original-Received: by 10.42.220.2 with HTTP; Sat, 12 Feb 2011 23:07:30 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 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:79094 Archived-At: --90e6ba6e8f50a62053049c24954e Content-Type: text/plain; charset=ISO-8859-1 On Sun, Feb 13, 2011 at 7:05 AM, Joe Fineman wrote: > I made up a new directory, ~/logtest. I opened a buffer in it, and > typed a word. Then I did M-x marklog. The Log buffer then existed, > with a backslash in it. The last line in the defun had failed to kill > it. You'll have to debug your own program. Start with "emacs -Q" to remove any effects your customizations have on emacs. Off the top of my head, it looks like "dir" may not be 15 characters long, and an exception is raised before the buffer is killed. see: http://www.emacswiki.org/emacs/SourceLevelDebugger also `toggle-debug-on-error' -- Le --90e6ba6e8f50a62053049c24954e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable --
Le --90e6ba6e8f50a62053049c24954e--