From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: make-indirect-buffer Date: Mon, 12 Apr 2004 16:12:05 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200404122112.i3CLC5I26364@raven.dms.auburn.edu> References: <200404120519.i3C5Jrn21195@raven.dms.auburn.edu> <20040412210427.GA12000@fencepost> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1081804617 14858 80.91.224.253 (12 Apr 2004 21:16:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Apr 2004 21:16:57 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 12 23:16:40 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BD8nG-0000RZ-00 for ; Mon, 12 Apr 2004 23:16:38 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BD8nG-0005RT-00 for ; Mon, 12 Apr 2004 23:16:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BD7pc-0002qR-GS for emacs-devel@quimby.gnus.org; Mon, 12 Apr 2004 16:15:00 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BD7pH-0002pK-OU for emacs-devel@gnu.org; Mon, 12 Apr 2004 16:14:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BD7pF-0002of-Sc for emacs-devel@gnu.org; Mon, 12 Apr 2004 16:14:38 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BD7pE-0002o2-Rx; Mon, 12 Apr 2004 16:14:36 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i3CLEhKt017071; Mon, 12 Apr 2004 16:14:43 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i3CLC5I26364; Mon, 12 Apr 2004 16:12:05 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: miles@gnu.org In-reply-to: <20040412210427.GA12000@fencepost> (message from Miles Bader on Mon, 12 Apr 2004 17:04:27 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21538 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21538 I erased the CC'c in my previous message: Miles Bader wrote: The error message is different -- you're treating NIL as a string... It seems to avoid calling Fget_buffer twice, you'd have to save the previous value of base_buffer and use it in the error message. Yes. The question is whether calling Fget_buffer is expensive enough to justify another variable. Sincerely, Luc.