From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: What make the modeline update the major mode entry? Date: Sat, 27 Mar 2010 03:27:11 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1269656977 25929 80.91.229.12 (27 Mar 2010 02:29:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2010 02:29:37 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 27 03:29:33 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 1NvLly-0002UW-6y for ged-emacs-devel@m.gmane.org; Sat, 27 Mar 2010 03:29:31 +0100 Original-Received: from localhost ([127.0.0.1]:38369 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvLlG-00059n-EN for ged-emacs-devel@m.gmane.org; Fri, 26 Mar 2010 22:28:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvLka-0004zr-Tm for emacs-devel@gnu.org; Fri, 26 Mar 2010 22:27:48 -0400 Original-Received: from [140.186.70.92] (port=54277 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvLkX-0004u0-2m for emacs-devel@gnu.org; Fri, 26 Mar 2010 22:27:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvLkM-0006qt-B8 for emacs-devel@gnu.org; Fri, 26 Mar 2010 22:27:35 -0400 Original-Received: from mail-fx0-f224.google.com ([209.85.220.224]:60613) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvLkK-0006ql-Hb for emacs-devel@gnu.org; Fri, 26 Mar 2010 22:27:34 -0400 Original-Received: by fxm24 with SMTP id 24so115663fxm.26 for ; Fri, 26 Mar 2010 19:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=WF7ScTZ6aOv3t0x50hI6dG6nbhF8kLM4xTHMIbApWw8=; b=E4/l52uDPbf63GSBcpuMAq7eMQegUogTMdeg6ch7lbA4ZuAWvBnTXFo4saaPpKmdGY pWhqfr464C0MBR10/6pX8vqNbrOXL3//drO8YZ9rkwZ+lYzLYC/gYuCdVkNudjV/rlNW +yqnQtRvRaylTOR+80Ql+iuqDiY59l4Dkkop0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=FDf34bHOz3uxbM0LIwWwy6VeVtuKp7cgt1Bekg86bMoWYQGmd4gwRYBMciI6ht181A lSUhvctDYymqghGsGWrkb8AE/8vrX0ZMpl1YLBfKP2lOOecVQWIgM3k79nYgK2kQ6j/7 /i+0rAkUT7m/9fJC/mMAL79BFV/PNMRoLV8+g= Original-Received: by 10.239.141.72 with HTTP; Fri, 26 Mar 2010 19:27:11 -0700 (PDT) Original-Received: by 10.239.185.132 with SMTP id c4mr164301hbh.141.1269656851125; Fri, 26 Mar 2010 19:27:31 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:122750 Archived-At: Can someone please tell me what makes Emacs update the major mode entry in the modeline? I am seeing a strange thing in nXhtml where this is updated when I change the buffer with one command, but not with another.