From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#1164: 23.0.60; Doc strings of mode-name, mode-line-format and format-mode-line Date: Wed, 15 Oct 2008 13:37:17 +0200 Message-ID: References: <4x1vyjklpq.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii , 1164@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224071416 30937 80.91.229.12 (15 Oct 2008 11:50:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 11:50:16 +0000 (UTC) Cc: 1164@emacsbugs.donarmstrong.com To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 13:51:15 2008 Return-path: Envelope-to: geb-bug-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 1Kq4uI-0003q0-9I for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 13:51:14 +0200 Original-Received: from localhost ([127.0.0.1]:51251 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq4tD-0001Rv-Mm for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 07:50:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq4tA-0001RY-DH for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2008 07:50:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq4t8-0001RB-23 for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2008 07:50:02 -0400 Original-Received: from [199.232.76.173] (port=56491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq4t7-0001R6-ML for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2008 07:50:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:51424) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kq4t7-0008I7-5d for bug-gnu-emacs@gnu.org; Wed, 15 Oct 2008 07:50:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9FBnxNp011175; Wed, 15 Oct 2008 04:49:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9FBj39W010081; Wed, 15 Oct 2008 04:45:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Eli Zaretskii Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 15 Oct 2008 11:45:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1164 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1164-submit@emacsbugs.donarmstrong.com id=B1164.12240706508665 (code B ref 1164); Wed, 15 Oct 2008 11:45:03 +0000 Original-Received: (at 1164) by emacsbugs.donarmstrong.com; 15 Oct 2008 11:37:30 +0000 Original-Received: from mtaout6.012.net.il (mtaout6.012.net.il [84.95.2.16]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9FBbMOT008659 for <1164@emacsbugs.donarmstrong.com>; Wed, 15 Oct 2008 04:37:24 -0700 Original-Received: from HOME-C4E4A596F7 ([77.127.24.3]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K8S00LZ130ADL90@i-mtaout6.012.net.il> for 1164@emacsbugs.donarmstrong.com; Wed, 15 Oct 2008 13:38:34 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Wed, 15 Oct 2008 07:50:02 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21498 Archived-At: > From: Glenn Morris > Cc: 1164@emacsbugs.donarmstrong.com > Date: Tue, 14 Oct 2008 16:43:29 -0400 > > > Pretty name of current buffer's major mode. > This is usually a string, but can take any of the forms described for > `mode-line-format'. Pass to `format-mode-line' to get the value > as a string, as it would appear in the mode line. > > ? Thanks, I used a variant of the above. Btw, is there any package that actually uses this new functionality? I couldn't find one, but maybe my Grep command was too naive.