bug#35419: [O] [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2020-04-04 Thread Dmitry Gutov
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

Re: [O] Using CEDET modules from Emacs core

2017-02-12 Thread Dmitry Gutov
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

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-02 Thread Dmitry Gutov
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

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-22 Thread Dmitry Gutov
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

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-19 Thread Dmitry Gutov
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

[O] bug#19606: 24.4; Emacs hangs when editing a 5-line Org file

2015-01-15 Thread Dmitry Gutov
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 `

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Dmitry Gutov
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

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Dmitry Gutov
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

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Dmitry Gutov
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

Re: [O] org-export raises stringp nil error

2013-03-08 Thread Dmitry Gutov
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