From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Emacs cannot sort in *shell* buffer Date: Thu, 16 Mar 2006 11:12:22 +0900 Message-ID: References: <9E961519-D1A3-4B01-8178-81957B4352E0@Web.DE> <7B9864B3-3FCD-44ED-8B35-E3E5CC209970@web.de> <43E0CA5F-95E6-49CF-A7CE-1F80BBAD56A5@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1142557857 22801 80.91.229.2 (17 Mar 2006 01:10:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2006 01:10:57 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Fri Mar 17 02:10:55 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FK3UK-00019S-Vk for gebp-emacs-pretest-bug@gmane.org; Fri, 17 Mar 2006 02:10:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FK3UK-0006UJ-8M for gebp-emacs-pretest-bug@gmane.org; Thu, 16 Mar 2006 20:10:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FJhyY-0000Ns-DA for emacs-pretest-bug@gnu.org; Wed, 15 Mar 2006 21:12:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FJhyW-0000Ng-BU for emacs-pretest-bug@gnu.org; Wed, 15 Mar 2006 21:12:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJhyW-0000Nd-8G; Wed, 15 Mar 2006 21:12:28 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FJi33-0006Tz-TK; Wed, 15 Mar 2006 21:17:10 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k2G2CNsD003764; Thu, 16 Mar 2006 11:12:23 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k2G2CN64028896; Thu, 16 Mar 2006 11:12:23 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FJhyQ-0002uC-00; Thu, 16 Mar 2006 11:12:22 +0900 Original-To: Peter Dyballa In-reply-to: (message from Peter Dyballa on Thu, 9 Mar 2006 14:14:25 +0100) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:11395 gmane.emacs.devel:51733 Archived-At: In article , Peter Dyballa writes: > Am 09.03.2006 um 12:57 schrieb Kenichi Handa: >>> The sorting fails in *shell* buffers. >> >> I see. That's the key infomation that your missed in the >> report. I confirmed that bug both with Ver.22 and Ver.23 >> and I think the attached patch should be installed. But, as >> this is the first time I read sort.el, I'm not 100% >> confident. >> >> Should I install it? > YES! It works. (I updated to the latest version of 22.0.50 and > patched sort.el befoke making bootstrap.) As there's no objection, I've just committed this change. 2006-03-16 Kenichi Handa * sort.el (sort-build-lists): Temporarily bind inhibit-field-text-motion to t. --- Kenichi Handa handa@m17n.org