From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ken Manheimer" Newsgroups: gmane.emacs.devel Subject: Re: Bug in allout-hide-current-leaves Date: Sat, 26 Jan 2008 11:49:22 -0500 Message-ID: <2cd46e7f0801260849g78eab388ud81297869fa6d529@mail.gmail.com> References: <47923267.2090500@gmx.at> <2cd46e7f0801211049q442b2b27lcc6cf7437aad48c3@mail.gmail.com> <2cd46e7f0801211059i253c4daar357c94da5cb436e8@mail.gmail.com> <4794F3FB.2010101@gmx.at> <2cd46e7f0801211545w1c4061fei8a9016dcb185e8b6@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1876179748==" X-Trace: ger.gmane.org 1201366182 22667 80.91.229.12 (26 Jan 2008 16:49:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jan 2008 16:49:42 +0000 (UTC) Cc: martin rudalics To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 26 17:50:01 2008 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 1JIoEC-0007Eh-5k for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 17:50:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIoDl-0005yM-NW for ged-emacs-devel@m.gmane.org; Sat, 26 Jan 2008 11:49:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIoDh-0005xq-6J for emacs-devel@gnu.org; Sat, 26 Jan 2008 11:49:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIoDe-0005xX-V2 for emacs-devel@gnu.org; Sat, 26 Jan 2008 11:49:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIoDe-0005xU-Nw for emacs-devel@gnu.org; Sat, 26 Jan 2008 11:49:26 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIoDe-0004Ql-7R for emacs-devel@gnu.org; Sat, 26 Jan 2008 11:49:26 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so2335331wah.10 for ; Sat, 26 Jan 2008 08:49:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Eb2OrmGgF3tm5tkUInRhtVuq1jhp9Yws0Wa867ZreZw=; b=uMUp8UAxX44O5dHNozSWNpPKND57pqIdwiPkG5kyGJ/MNRFYJpnzts/Xacc/voyGoh42z+HrDwgX4K9VjaxkpkoAv56teGcvlU+yaaXz+vsa3+WTZqHGXZG5rMwq9HfORropIaJlTX5RPMInitP2a/ig7h9xocnWUVkGQPZgrcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZjxLj2bXZ0HxRYXsr0fERvxnE1Jah/YIa+X7AjHC7wJHBdNoXjLzc35db5FsNLnK74UY0b9L1YoTxayiFgJDvH2RaJILGX3FoVgOf/l6eNPDUrNikn83A1fbSogugfaplOJSXnup76LiLPr+zFDz/zZf/3XxZUlBv/65VX44Zfg= Original-Received: by 10.114.175.16 with SMTP id x16mr1221064wae.12.1201366162813; Sat, 26 Jan 2008 08:49:22 -0800 (PST) Original-Received: by 10.114.160.14 with HTTP; Sat, 26 Jan 2008 08:49:22 -0800 (PST) In-Reply-To: <2cd46e7f0801211545w1c4061fei8a9016dcb185e8b6@mail.gmail.com> X-detected-kernel: by monty-python.gnu.org: 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:87583 Archived-At: --===============1876179748== Content-Type: multipart/alternative; boundary="----=_Part_4434_30357658.1201366162808" ------=_Part_4434_30357658.1201366162808 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Jan 21, 2008 6:45 PM, Ken Manheimer wrote: > On Jan 21, 2008 2:35 PM, martin rudalics wrote: > > > dang vnc misfire - please use the patch attached to this message, > > > instead of the last one. > > > > Works here - thanks for fixing this. > > > great! it needs to be checked in - would someone do that? (what's the > policy on checkin privileges, by the way? i wouldn't mind being able to > apply these updates, myself, and am fairly experienced and reliable...) > i neglected to mention, i did the checkin myself a few days ago, once i got my checkin privileges in place - woohoo!-) -- ken http://myriadicity.net ------=_Part_4434_30357658.1201366162808 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Jan 21, 2008 6:45 PM, Ken Manheimer <ken.manheimer@gmail.com> wrote:
On Jan 21, 2008 2:35 PM, martin rudalics <rudalics@gmx.at> wrote:

> dang vnc misfire - please use the patch attached to this message,
> instead of the last one.

Works here - thanks for fixing this.

great!  it needs to be checked in - would someone do that?  (what's the policy on checkin privileges, by the way?  i wouldn't mind being able to apply these updates, myself, and am fairly experienced and reliable...)

i neglected to mention, i did the checkin myself a few days ago, once i got my checkin privileges in place - woohoo!-)

--
ken
http://myriadicity.net ------=_Part_4434_30357658.1201366162808-- --===============1876179748== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============1876179748==--