From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Michael Chen" Newsgroups: gmane.emacs.help Subject: auto-revert-buffer only once? Date: Tue, 16 Oct 2007 19:43:10 -0500 Message-ID: <71ab86070710161743r7232d7f1vb1ab2d9e68ab29f5@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 1192581819 18955 80.91.229.12 (17 Oct 2007 00:43:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 00:43:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 17 02:43:39 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ihx0a-0001XK-QS for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Oct 2007 02:43:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihx0T-0006LS-Gt for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Oct 2007 20:43:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ihx0E-0006L8-Of for help-gnu-emacs@gnu.org; Tue, 16 Oct 2007 20:43:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ihx0C-0006Kw-Cn for help-gnu-emacs@gnu.org; Tue, 16 Oct 2007 20:43:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ihx0C-0006Kt-7b for help-gnu-emacs@gnu.org; Tue, 16 Oct 2007 20:43:12 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ihx0C-0008F7-4Z for help-gnu-emacs@gnu.org; Tue, 16 Oct 2007 20:43:12 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so1351450nzc for ; Tue, 16 Oct 2007 17:43:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=moz8q+dHcpKPtdT915D5kHMlWM02zOxrS7AsZ4f7eN8=; b=Pv+BbqB9Kan+lVnewZAaFeF87U2GOnq5bcmWlEKl6lAIvIWSUKNfIDGkKHxY1w4Fzlvq51vqVZCUOVuWFkb/hxDePPzr+svAFghfn0VYhfaIJJtsriZPEolVyfuSUd7dw9PV14IXeB2GRsRZKVOkoDUeV9v9UzLAx+C1GLTxcSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JTrif2jZ6C8/SCiCXxD7bRlcopKDFi+4KhrCawCTxKXuASCLC84QjOOs6D3kFGbVNN0PazuOcrGij/wua9iOUs4FGIIUCWojOw8cMM7f2roHkgA8c2X7KzcT/hETfd/cUahfz0AiG70vDo5ff8/Jc3WOA/HO/kr5snzPWprSd6Q= Original-Received: by 10.142.125.5 with SMTP id x5mr2378230wfc.1192581790105; Tue, 16 Oct 2007 17:43:10 -0700 (PDT) Original-Received: by 10.143.4.13 with HTTP; Tue, 16 Oct 2007 17:43:10 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48497 Archived-At: Dear there, I am using Emacs 22.1 and I set Auto-Revert-Mode for a local buffer. My testing code is writing to that buffer numbers 1, 2, 3, .....10 However once I visit that buffer, I see 1,2,3,4,5, and the buffer won't change automatically anymore. I have to manually issue another command M-x revert-buffer to see 1,2...10. Why Emacs doesn't monitor this buffer every auto-revert-interval (my value is 1)? Thanks. Michael Chen