From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: What make the modeline update the major mode entry? Date: Fri, 26 Mar 2010 23:33:39 -0700 Message-ID: <249A18CA20684635BC645744585ADD17@us.oracle.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1269671724 23218 80.91.229.12 (27 Mar 2010 06:35:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2010 06:35:24 +0000 (UTC) To: "'Lennart Borgman'" , "'Emacs-Devel devel'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 27 07:35:19 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NvPc7-0005fZ-7d for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 07:35:19 +0100 Original-Received: from localhost ([127.0.0.1]:36934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvPc5-0007MO-VG for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 02:35:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvPbo-0007LN-Uo for emacs-devel@gnu.org; Sat, 27 Mar 2010 02:35:00 -0400 Original-Received: from [140.186.70.92] (port=43202 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvPbm-0007Jl-8t for emacs-devel@gnu.org; Sat, 27 Mar 2010 02:34:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvPbl-0004Yr-5o for emacs-devel@gnu.org; Sat, 27 Mar 2010 02:34:58 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:26342) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvPbk-0004Yn-Vm for emacs-devel@gnu.org; Sat, 27 Mar 2010 02:34:57 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o2R6Yr9P023829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 27 Mar 2010 06:34:54 GMT Original-Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o2R62NqX025649; Sat, 27 Mar 2010 06:34:52 GMT Original-Received: from abhmt015.oracle.com by acsmt354.oracle.com with ESMTP id 121431301269671620; Fri, 26 Mar 2010 23:33:40 -0700 Original-Received: from dradamslap1 (/141.144.73.76) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 26 Mar 2010 23:33:39 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcrNVhvB7XU401bwRWGYFhjI46iL7gAIMz0w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4BADA70D.0064:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:122752 Archived-At: > Can someone please tell me what makes Emacs update the major mode > entry in the modeline? grep for `mode-line-buffer-identification' in the Lisp source code. You'll see plenty of hits like `dired-mode' and `info.el' - places where the variable is set.