From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Horizontal Scroll (mode-line) Date: Thu, 02 Jun 2005 14:55:49 -0500 Message-ID: References: <878y1th7pv.fsf@quasar.esben-stien.name> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117742693 12062 80.91.229.2 (2 Jun 2005 20:04:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2005 20:04:53 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 02 22:04:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DdvuO-00069v-0b for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2005 22:03:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ddvzw-0003ew-IC for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2005 16:09:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ddvw2-0002JJ-W5 for help-gnu-emacs@gnu.org; Thu, 02 Jun 2005 16:04:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ddvvs-0002CS-Tj for help-gnu-emacs@gnu.org; Thu, 02 Jun 2005 16:04:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ddvvs-000297-E7 for help-gnu-emacs@gnu.org; Thu, 02 Jun 2005 16:04:48 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DdvpT-0002JT-CL for help-gnu-emacs@gnu.org; Thu, 02 Jun 2005 15:58:11 -0400 Original-Received: from lab2.ma.utexas.edu (mail@lab2.ma.utexas.edu [128.83.133.46]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id j52Jtnx18690; Thu, 2 Jun 2005 14:55:49 -0500 Original-Received: from jcorneli by lab2.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1DdvnB-0002MZ-00; Thu, 02 Jun 2005 14:55:49 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: <878y1th7pv.fsf@quasar.esben-stien.name> (message from Esben Stien on Thu, 02 Jun 2005 03:23:56 +0200) 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:27175 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27175 Presumably you can get the modestring to pop up in a temporary buffer. You might look at the variable mode-line-format and go from there. I'm not sure what code is used to parse the mode-line-format into the string you see in the modeline.