From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hugo Heden Newsgroups: gmane.emacs.help Subject: Re: Using emacs to view scrollback-buffer (from gnu-screen) Date: Fri, 6 Mar 2009 23:12:43 +0100 Message-ID: <2bdf908c0903061412l19356eeeve34ed375fa331561@mail.gmail.com> References: <2bdf908c0902221132n7ffe75bcv2c6dacb29995823c@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1236377594 15245 80.91.229.12 (6 Mar 2009 22:13:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2009 22:13:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 06 23:14:31 2009 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 1LfiJJ-0005wm-Dv for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 23:14:29 +0100 Original-Received: from localhost ([127.0.0.1]:59287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfiHx-00079U-0Y for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 17:13:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfiHd-00077p-Cv for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 17:12:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfiHc-00077G-WA for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 17:12:45 -0500 Original-Received: from [199.232.76.173] (port=60091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfiHc-000770-ME for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 17:12:44 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:11784) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LfiHc-0004mT-34 for help-gnu-emacs@gnu.org; Fri, 06 Mar 2009 17:12:44 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l27so597340fgb.30 for ; Fri, 06 Mar 2009 14:12:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:cc:content-type :content-transfer-encoding; bh=Qh0/LIQw5CxMrJ0CPvXzdjhG4ZaDpne3o0sleFHqgYE=; b=A+3Sj+cYAyzizmfoZP4qesiEzNLETD9VXAVXV4zOcH/NELtEjsJtZkqwy8NbpcxbKp RNXmvtk9Jl9RtaCRTe71Est+y5B4W7QbWysN681IGMkiBYMpRfSDbxukUtH5/36XmQPn oMBVCr1P8JUdWKHAt4adYzO3UuWKIDljLD4VY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; b=qnizIHZcB0wp+utVCf/9gxMG3tWyYJHZLt+NPj8rn1sNRQl7qRZndccCzeEVjt3WDG tiw/3gsa6LjICwSXUAeXfT8BPOFjIORGQ6PNQ96oaIArOFrvYjL1kpo1eW2NhBfT170Z ZexAbdV27GjBJweQQEPhblJT5qGotQTTDooD0= Original-Received: by 10.86.91.3 with SMTP id o3mr2326806fgb.17.1236377563128; Fri, 06 Mar 2009 14:12:43 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/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:62701 Archived-At: >> (A) make emacs show the file in read-only mode. > > emacs -t FILE --eval '(setq buffer-read-only t)' > >> (B) have the cursor automatically moved to the end of the file at >> start-up. > > emacs -t FILE --eval '(goto-char (point-max))' > >> (C) possibly have emacs starting with auto-revert-tail-mode or >> auto-revert-mode enabled as well.. > > emacs -t FILE --eval '(auto-revert-tail-mode 1)' > [snip] > -- > Kevin Rodgers > Denver, Colorado, USA > Kevin, thanks a lot, this is excellent. Best regards Hugo Heden