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: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v Date: Wed, 23 Jul 2008 10:45:41 +0200 Message-ID: References: <4885FFEF.9000409@gnu.org> <488602E8.7020801@gnu.org> 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 1216802784 16471 80.91.229.12 (23 Jul 2008 08:46:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jul 2008 08:46:24 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 23 10:47:13 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 1KLZzv-0003BZ-3q for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 10:46:59 +0200 Original-Received: from localhost ([127.0.0.1]:49780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLZz1-0001P4-Q6 for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 04:46:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLZyw-0001N9-K2 for emacs-devel@gnu.org; Wed, 23 Jul 2008 04:45:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLZyu-0001L6-RI for emacs-devel@gnu.org; Wed, 23 Jul 2008 04:45:58 -0400 Original-Received: from [199.232.76.173] (port=58492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLZyu-0001KV-Ht for emacs-devel@gnu.org; Wed, 23 Jul 2008 04:45:56 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:4606) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLZyj-0007y7-9B for emacs-devel@gnu.org; Wed, 23 Jul 2008 04:45:45 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so6693932nfi.26 for ; Wed, 23 Jul 2008 01:45:41 -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=0Vguj5e6E2c3IeJVygOKLBqsmSSjV3sSnBJcsfC3x2o=; b=mg64aEkbnBwetmdqIVNcuz757htLa69yMn13o3dSAa6t4khFVmnqHn2uQHhi+2Xfd1 It4Gr0QFd0HBsno+zw8VDo5CwiCms+QYnhMN98zljaDz8aQ1aOAsKqGEA+h3tOYaGCxr 8zU2qMNeSzplxhj362FW4EoSw9AZkElP7exYA= 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=B4G9jvGzTYiCs3n+Jfzm/q32kzEpu+SOpECrNWp0FzKj/HjRjltZPJVCSVkEFBxKMM 373+AuG4G7jguwdqbaw6QE+9KLwL0O5xP1zXdFD3KsDerMkzNHFfit6XPhUr6/uG03Mu VAPDYw8yVzYExNCAuxoZ8yfKhlXenf1FHvtpU= Original-Received: by 10.210.133.19 with SMTP id g19mr5683249ebd.83.1216802741686; Wed, 23 Jul 2008 01:45:41 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 23 Jul 2008 01:45:41 -0700 (PDT) In-Reply-To: <488602E8.7020801@gnu.org> 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:101292 Archived-At: On Tue, Jul 22, 2008 at 17:55, Jason Rumney wrote: > Actually the problem seems to be exactly as you stated, a ^J was removed > from a blank line (the misplaced ^M was left over, not added). It just happened again, and this time I'm sure there was no revert-buffer involved: @@ -504,7 +509,6 @@ * gnus-news.texi: Mention gnus-article-wide-reply-with-original. 2008-01-18 Carsten Dominik - * org.texi (Property inheritance): New section. (Conventions): New section. (Structure editing): Document C-RET, the prefix arg to the cut/copy Juanma