From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Introducing 'unrecognized and 'ignored Date: Fri, 18 Jan 2008 17:20:19 -0800 Message-ID: <200801190120.m0J1KNvj021970@sallyv1.ics.uci.edu> References: <17EA38DF-BCC1-4565-8510-5DD10DD667E3@mac.com> <20071229114551.GD9794@thyrsus.com> <20080102021907.GA15494@thyrsus.com> <200801020445.m024jWU2008538@oogie-boogie.ics.uci.edu> <200801031805.m03I5SBf022748@oogie-boogie.ics.uci.edu> <200801050901.m0591mQj011970@oogie-boogie.ics.uci.edu> <20080105143415.GG30869@thyrsus.com> <200801061037.m06AbIRD004966@oogie-boogie.ics.uci.edu> <200801182346.m0INkiEg022130@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200705674 693 80.91.229.12 (19 Jan 2008 01:21:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Jan 2008 01:21:14 +0000 (UTC) Cc: esr@thyrsus.com, harsanyi@mac.com, rms@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 19 02:21:31 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 1JG2On-0008E7-1l for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2008 02:21:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JG2ON-0001TO-TR for ged-emacs-devel@m.gmane.org; Fri, 18 Jan 2008 20:21:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JG2OK-0001TB-Pm for emacs-devel@gnu.org; Fri, 18 Jan 2008 20:21:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JG2OK-0001Sz-Aq for emacs-devel@gnu.org; Fri, 18 Jan 2008 20:21:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JG2OK-0001Sw-4P for emacs-devel@gnu.org; Fri, 18 Jan 2008 20:21:00 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JG2OG-0000X5-9P; Fri, 18 Jan 2008 20:20:56 -0500 X-ICS-MailScanner-Watermark: 1201310425.21553@fZqefjayoRDs5IuKpZWzgg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m0J1KNvj021970; Fri, 18 Jan 2008 17:20:23 -0800 (PST) In-Reply-To: (Tom Tromey's message of "Fri, 18 Jan 2008 17:10:42 -0700") Original-Lines: 20 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:87072 Archived-At: Tom Tromey writes: > >>>>> "Dan" == Dan Nicolaescu writes: > > Dan> Sorry, I was convinced that this was checked in, but it was > Dan> not. It is now. > > Thanks. > > I've been meaning to ping the list about all the patches I have sent > but that have not been committed or reviewed. In GCC-land we tell > people to ping after a week... what is the accepted time for Emacs? No idea if there's an official policy, but 1 week sounds reasonable. > BTW I noticed that the new dir-status back end hook is not > documented. Sort of intentional. Given that its still subject to change, just trying to minimize the effort put into this before the approach is accepted.