Hi!
Some late clarifications about mmm-mode.
On 26.04.2019 00:00, Dmitrii Korobeinikov wrote:
> A lot of the functionality of MMM Mode---that which makes the major mode
> appear to change---is implemented by saving and restoring the values of
> local variables, or pseudo-variables.
What I d
On 12.02.2017 05:33, Stefan Monnier wrote:
We don't have enough infrastructure support in general for "advanced"
editing functionality such as type/scope-aware completion. So we have
various add-on thingies (like company-mode, cedet, and auto-complete)
which provide such support for specific mo
On 02.02.2017 14:10, Lars Ingebrigtsen wrote:
If Django had traditionally always been distributed along with Python,
and maintained in the Python repo,
I'm pretty sure the first versions of Emacs came without Gnus. Later, it
got bundled. Some time after that, Org and CEDET joined too.
All o
On 20.01.2017 03:52, npost...@users.sourceforge.net wrote:
My feeling is that inhibit-modification-hooks should usually be buffer
local anyway.
Maybe you're right.
inhibit-read-only, bound nearby, seems to be in the same situation.
If we are not, why not make inhibit-modification-hooks alwa
On 08.01.2017 00:20, npost...@users.sourceforge.net wrote:
-(inhibit-modification-hooks t))
+(inhibit-modification-hooks
+ (progn (make-local-variable 'inhibit-modification-hooks) t)))
Are we not worried that inhibit-modificaiton-hooks will become
buffer-loc
On 01/15/2015 09:14 PM, Eli Zaretskii wrote:
But you didn't even show the backtrace from the main (a.k.a. "Lisp")
thread. Your backtrace is from thread 15, whereas the main thread is
thread 1.
The output is from 'thread apply all backtrace', AFAICS.
On the other hand, it's not 'bt full' or `
On 08.03.2013 18:06, Eli Zaretskii wrote:
From: Dmitry Gutov
Cc: l...@metapensiero.it, joa...@verona.se, emacs-de...@gnu.org,
b...@gnu.org, emacs-orgmode@gnu.org, sdl@gmail.com
Date: Fri, 08 Mar 2013 15:18:19 +0400
I like the idea of stripping big bundled packages (like org, gnus
Eli Zaretskii writes:
>> From: joa...@verona.se
>> Date: Fri, 08 Mar 2013 10:15:07 +0100
>> Cc: b...@gnu.org, l...@metapensiero.it, emacs-orgmode@gnu.org,
>> Leo Liu , emacs-de...@gnu.org
>>
>> - Emacs "trunk" could be stripped of all but the bare essentials to
>> achieve bootstrap.
>> - di
Eli Zaretskii writes:
>> From: Dmitry Gutov
>> Cc: Eli Zaretskii , b...@gnu.org, l...@metapensiero.it,
>> emacs-orgmode@gnu.org, Leo Liu , emacs-de...@gnu.org
>> Date: Fri, 08 Mar 2013 13:25:16 +0400
>>
>> joa...@verona.se writes:
>> > Just
joa...@verona.se writes:
> Just a small reminder of the idea Stefan sometimes drops in these
> discussions:
> - Emacs "trunk" could be stripped of all but the bare essentials to
> achieve bootstrap.
I like the idea of stripping big bundled packages (like org, gnus,
cedet, maybe even tramp, if that
10 matches
Mail list logo