From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: emacs-unicode-2: global-auto-revert-mode doesn't work properly Date: Fri, 09 Jun 2006 11:30:00 +0900 Message-ID: References: <87u06xov1q.fsf@www.williamxu.com> 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 1149820232 15969 80.91.229.2 (9 Jun 2006 02:30:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jun 2006 02:30:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 09 04:30:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FoWlX-0000EH-02 for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 04:30:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FoWlW-0002GV-Gl for ged-emacs-devel@m.gmane.org; Thu, 08 Jun 2006 22:30:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FoWlL-0002FO-0F for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:30:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FoWlJ-0002F8-B3 for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:30:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FoWlJ-0002F5-5R for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:30:13 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FoWtF-0004cO-Nl for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:38:26 -0400 Original-Received: from smtp1.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k592U8qs007801; Fri, 9 Jun 2006 11:30:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id k592U7Z9001515; Fri, 9 Jun 2006 11:30:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FoWl6-0005Rq-00; Fri, 09 Jun 2006 11:30:00 +0900 Original-To: William Xu In-reply-to: <87u06xov1q.fsf@www.williamxu.com> (message from William Xu on Wed, 07 Jun 2006 23:16:33 +0800) 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-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:55775 Archived-At: In article <87u06xov1q.fsf@www.williamxu.com>, William Xu writes: > I've set global-auto-revert-mode to t, and there are two emacs opening > the same file, say `foo'. When one of them *inserts*(deletion doesn't > have this problem, strangely..) something and saves foo, then in the > other emacs's foo buffer, it prompts (which shouldn't happend as > global-auto-revert-mode is turned on), > foo changed on disk; really edit the buffer? (y, n, r or C-h) > Typing either n or r seems no effects, it'll keep prompting. Typing y > removes the prompt, though. I think emacs-unicode-2 doesn't change anything about that feature. Don't you see the same problem in CVS HEAD? --- Kenichi Handa handa@m17n.org