From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: bisected
Date: Thu, 30 Apr 2015 13:46:55 +0200 [thread overview]
Message-ID: <87oam56dow.fsf@yahoo.fr> (raw)
In-Reply-To: <20150430105304.GD22882@boo.workgroup> (Gregor Zattler's message of "Thu, 30 Apr 2015 12:53:04 +0200")
Gregor Zattler <telegraph@gmx.net> writes:
> Sorry, no:
From Bastien's comment, I wonder : does the following patch helps ?
--- /dev/fd/63 2015-04-30 13:44:20.900676564 +0200
+++ /tmp/org-src.el 2015-04-30 13:43:50.924673810 +0200
@@ -539,35 +539,36 @@
- When formatting a source code snippet for export with htmlize.
There is a mode hook, and keybindings for `org-edit-src-exit' and
`org-edit-src-save'"
- (when org-edit-src-persistent-message
- (org-set-local
- 'header-line-format
- (substitute-command-keys
- (if org-src--allow-write-back
- "Edit, then exit with \\[org-edit-src-exit] or abort with \
+ (when org-src-mode
+ (when org-edit-src-persistent-message
+ (org-set-local
+ 'header-line-format
+ (substitute-command-keys
+ (if org-src--allow-write-back
+ "Edit, then exit with \\[org-edit-src-exit] or abort with \
\\[org-edit-src-abort]"
- "Exit with \\[org-edit-src-exit] or abort with \
+ "Exit with \\[org-edit-src-exit] or abort with \
\\[org-edit-src-abort]"))))
- ;; Possibly activate various auto-save features (for the edit buffer
- ;; or the source buffer).
- (when org-edit-src-turn-on-auto-save
- (setq buffer-auto-save-file-name
- (concat (make-temp-name "org-src-")
- (format-time-string "-%Y-%d-%m")
- ".txt")))
- (unless (or org-src--auto-save-timer (zerop org-edit-src-auto-save-idle-delay))
- (setq org-src--auto-save-timer
- (run-with-idle-timer
- org-edit-src-auto-save-idle-delay t
- (lambda ()
- (let (edit-flag)
- (dolist (b (buffer-list))
- (when (org-src-edit-buffer-p)
- (unless edit-flag (setq edit-flag t))
- (when (buffer-modified-p) (org-edit-src-save))))
- (unless edit-flag
- (cancel-timer org-src--auto-save-timer)
- (setq org-src--auto-save-timer nil))))))))
+ ;; Possibly activate various auto-save features (for the edit buffer
+ ;; or the source buffer).
+ (when org-edit-src-turn-on-auto-save
+ (setq buffer-auto-save-file-name
+ (concat (make-temp-name "org-src-")
+ (format-time-string "-%Y-%d-%m")
+ ".txt")))
+ (unless (or org-src--auto-save-timer (zerop org-edit-src-auto-save-idle-delay))
+ (setq org-src--auto-save-timer
+ (run-with-idle-timer
+ org-edit-src-auto-save-idle-delay t
+ (lambda ()
+ (let (edit-flag)
+ (dolist (b (buffer-list))
+ (when (org-src-edit-buffer-p)
+ (unless edit-flag (setq edit-flag t))
+ (when (buffer-modified-p) (org-edit-src-save))))
+ (unless edit-flag
+ (cancel-timer org-src--auto-save-timer)
+ (setq org-src--auto-save-timer nil)))))))))
(defun org-src-mode-configure-edit-buffer ()
(when (org-bound-and-true-p org-src--from-org-mode)
--
Nicolas.
next prev parent reply other threads:[~2015-04-30 11:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-30 8:04 "not in sub-editing buffer" Detlef Steuer
2015-04-30 8:23 ` Bastien Guerry
2015-04-30 9:49 ` bisected (was: )Re: " Gregor Zattler
2015-04-30 9:59 ` bisected Bastien
2015-04-30 12:12 ` bisected Detlef Steuer
2015-04-30 10:05 ` bisected Nicolas Richard
2015-04-30 10:53 ` bisected Gregor Zattler
2015-04-30 11:46 ` Nicolas Richard [this message]
2015-04-30 12:08 ` bisected Gregor Zattler
2015-04-30 12:05 ` wrong test, fix works, sorry (was: Re: bisected) Gregor Zattler
2015-04-30 15:50 ` now it get's ridiculous: bug is still there (was: Re: wrong test, fix works, sorry (was: Re: bisected)) Gregor Zattler
2015-05-01 8:31 ` "not in sub-editing buffer" Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87oam56dow.fsf@yahoo.fr \
--to=theonewiththeevillook@yahoo.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).