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: [PATCH] Fix aGain -> again typo in dired.el and ldefs-boot.el Date: Tue, 29 Jul 2008 15:02:53 +0200 Message-ID: References: <19e566510807290555p347b748t1e0218b2747b69d2@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217336652 6241 80.91.229.12 (29 Jul 2008 13:04:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 13:04:12 +0000 (UTC) Cc: emacs- devel To: "=?UTF-8?Q?=C4=B0smail_D=C3=B6nmez?=" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 29 15:04:57 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 1KNosK-0003NW-FB for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 15:04:24 +0200 Original-Received: from localhost ([127.0.0.1]:58399 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNorQ-0003ws-Fl for ged-emacs-devel@m.gmane.org; Tue, 29 Jul 2008 09:03:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNoqv-0003cZ-Gb for emacs-devel@gnu.org; Tue, 29 Jul 2008 09:02:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNoqt-0003ao-RM for emacs-devel@gnu.org; Tue, 29 Jul 2008 09:02:57 -0400 Original-Received: from [199.232.76.173] (port=36787 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNoqt-0003ab-E1 for emacs-devel@gnu.org; Tue, 29 Jul 2008 09:02:55 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:6279) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNoqt-0002sA-0I for emacs-devel@gnu.org; Tue, 29 Jul 2008 09:02:55 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so7468525nfi.26 for ; Tue, 29 Jul 2008 06:02:53 -0700 (PDT) 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 :content-transfer-encoding:content-disposition:references; bh=bBbXzgjmGGz9CrHlWuMeviVW4yjGoOS8aHNZpZM7/xc=; b=q6KoXFTTXGOerRUWqschxgkzKZaAiR0q6mTOOayeetQuWOVh1tMhbwRCbAGQ9Rk7or 7ifuxRgYxoq98fnjWVeueYsoccbAEpvgn0rcB0qiNNuIwexWzQD6g7wrFIdcsjVHJmZD yq7lkQAIByLbh8uzTHlW2UD+2fg6JympsmHHY= 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:content-transfer-encoding:content-disposition :references; b=ZQUTZiMfTD9EI0BFfrawJD9hjINPWBCl2MsPPsXk4519fIo6UJ7OehEf1nJ3NKqxwf acP1ysHKUqfiK3MR0ikpccxDJAabPYJPSGm76rvAyvMWFLSTs9OMTqEaiyiaA/3/5Mxs RoOUsgwoO88EeJ0c5TlRC/iZcR0XRjac2pV40= Original-Received: by 10.210.16.10 with SMTP id 10mr4261154ebp.150.1217336573901; Tue, 29 Jul 2008 06:02:53 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Tue, 29 Jul 2008 06:02:53 -0700 (PDT) In-Reply-To: <19e566510807290555p347b748t1e0218b2747b69d2@mail.gmail.com> Content-Disposition: inline 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:101684 Archived-At: > Patch for $SUBJECT, noticed while using dired help page within emacs. That's not a typo, is a mnemonic for "g", bound to revert-buffer, which "read[s] all currently expanded directories aGain". Juanma