From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: make-variable-buffer-local change Date: Fri, 25 Sep 2009 23:21:04 +0200 Message-ID: References: <200909251609.n8PG97YN020225@godzilla.ics.uci.edu> <200909251707.n8PH7nuk020712@godzilla.ics.uci.edu> <200909251946.n8PJkWuI021889@godzilla.ics.uci.edu> <200909252051.n8PKpTaN022337@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253913705 12092 80.91.229.12 (25 Sep 2009 21:21:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Sep 2009 21:21:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 25 23:21:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MrIET-0002g4-SF for ged-emacs-devel@m.gmane.org; Fri, 25 Sep 2009 23:21:38 +0200 Original-Received: from localhost ([127.0.0.1]:56834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrIET-0000mV-8D for ged-emacs-devel@m.gmane.org; Fri, 25 Sep 2009 17:21:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrIEN-0000ji-6P for emacs-devel@gnu.org; Fri, 25 Sep 2009 17:21:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrIEI-0000cc-CX for emacs-devel@gnu.org; Fri, 25 Sep 2009 17:21:30 -0400 Original-Received: from [199.232.76.173] (port=49428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrIEI-0000cK-7a for emacs-devel@gnu.org; Fri, 25 Sep 2009 17:21:26 -0400 Original-Received: from mail-fx0-f205.google.com ([209.85.220.205]:63052) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrIEH-0004aU-Bc for emacs-devel@gnu.org; Fri, 25 Sep 2009 17:21:25 -0400 Original-Received: by fxm1 with SMTP id 1so2480651fxm.31 for ; Fri, 25 Sep 2009 14:21:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=gFhgwLU5B7P7aWmmjHxfw3T9LpQp5Fo8FetXKXSi4b4=; b=khVVtwN9KUX+ManzJtJGqn/zVCpsVb6aEj/vHUE83VyS4p9+aC7l7fCZvapumhIil2 3yABR/g+OUrGJjyk7p9VXX+3IjKj2+2VcXF0n7mAFdv/B0GJ7LQCtFovW2eCQAU5vqx5 0baHPhO7irLF8jxXXP2HBvYOyUqEN6xwNnpw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=YMJ1bLd9Q5sELMBi1tQe1eL2h16cfkWc2Ugthirzx/onvQj/x67OesxamOlErPyEKt dYS9vX7jpkUE7yY9pYJKutPnakt5AQiM90DXgddpOcI6EChjBY1OkS5Q1XR/vRjmCpRV sx0ItOOGpcnI7Pp8e/G/RAd8e2RXA+fw1kbpA= Original-Received: by 10.239.139.148 with SMTP id t20mr56307hbt.93.1253913684193; Fri, 25 Sep 2009 14:21:24 -0700 (PDT) In-Reply-To: <200909252051.n8PKpTaN022337@godzilla.ics.uci.edu> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115640 Archived-At: On Fri, Sep 25, 2009 at 22:51, Dan Nicolaescu wrote: > Can you please make a note of this in the bug, so that it does not get > lost? =C2=A0(I don't use uniquify, so my interest in fixing it is close t= o > zero...) I use it, and I'm interested in fixing it (or it being fixed anway). So I'll continue investigating it and will add any info to the bug thread. Juanma