From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How to debug this problem? Date: Thu, 03 Sep 2009 22:15:20 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252030563 24549 80.91.229.12 (4 Sep 2009 02:16:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2009 02:16:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 04 04:15:56 2009 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.50) id 1MjOLE-0003Pl-2h for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 04:15:56 +0200 Original-Received: from localhost ([127.0.0.1]:45969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjOLC-0004Rm-Fu for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2009 22:15:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjOKz-0004Nn-Qa for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:15:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjOKv-0004MM-F5 for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:15:41 -0400 Original-Received: from [199.232.76.173] (port=46226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjOKv-0004MF-7d for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:15:37 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:4612) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjOKu-0004Ru-WB for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:15:37 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhgFAL4VoEpLd+Vr/2dsb2JhbACBU9k7hBsFh3U X-IronPort-AV: E=Sophos;i="4.44,329,1249272000"; d="scan'208";a="45115796" Original-Received: from 75-119-229-107.dsl.teksavvy.com (HELO pastel.home) ([75.119.229.107]) by ironport2-out.teksavvy.com with ESMTP; 03 Sep 2009 22:14:06 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0B8CA7F45; Thu, 3 Sep 2009 22:15:20 -0400 (EDT) In-Reply-To: (Leo's message of "Thu, 13 Aug 2009 16:08:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115020 Archived-At: > In my running Emacs, I have just found out that overwrite-mode and > turn-on-visual-line-mode do not have its mode string on the mode line, > i.e., when the mode is one there is no 'wrap' or 'Ovwrt'. How to debug a > problem like this? Thank you. What are the values of mode-line-format and minor-mode-alist? Stefan