emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to debug this problem?


From: Stefan Monnier
Subject: Re: How to debug this problem?
Date: Wed, 09 Sep 2009 10:26:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> A wild guess might be it is a bug in the ns port.

Could be, but it seems rather unlikely.

>> M-: (format-mode-line minor-mode-alist) RET
> With overwrite-mode enabled, that returns:
> " Paredit" in the scratch buffer.

This code should be pretty much 100% platform independent.
So, please do M-x ielm
and then in this read-eval-print interactive loop, make sure
overwrite-mode is not nil, and then play around with

  (format-mode-line minor-mode-alist)

e.g. start with

  (format-mode-line '((overwrite-mode overwrite-mode)))

and if this one returns " Ovwrt" as it should, then add elements from
minor-mode-alist little by little (ideally, using a bisection-search, aka
binary-search) until you find what gets in the way.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]