emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] bug#16832: Emacs goes crazy when deleting lines


From: Eli Zaretskii
Subject: Re: [O] bug#16832: Emacs goes crazy when deleting lines
Date: Sat, 15 Mar 2014 19:36:01 +0200

> From: Nicolas Goaziou <address@hidden>
> Cc: Fabrice Niessen <address@hidden>,  address@hidden,  address@hidden
> Date: Sat, 15 Mar 2014 17:17:26 +0100
> 
> >       (while (search-forward "call_" nil t)
> >     (save-excursion
> >       (goto-char (match-beginning 0))
> >       (when (looking-at org-babel-inline-lob-one-liner-regexp)
> >         (throw 'exit (cons 'inline-babel-call (point)))))))))
> 
> This one is an updated function, which doesn't match posted report.

Do you happen to know, or can measure, how much faster is the latest
version?  Given the timing provided by the OP, it'd have to be at
least 100 times faster, to avoid annoying delays after each command.



reply via email to

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