emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Make the point visible when jumping to the mark


From: Bastien
Subject: Re: [O] [PATCH] Make the point visible when jumping to the mark
Date: Wed, 21 May 2014 15:00:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

Hi Ian,

Please send me your public key so that I can give you access to the
org-mode and worg repositories.

Ian Kelling <address@hidden> writes:

> From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001
> Message-ID: <address@hidden>
> MIME-Version: 1.0
> Content-Type: text/plain
>
> *lisp/org.el: Advise commands which jump to the mark

The formatting of the Changelog message not good.

It should be

* org.el: Advise commands which jump to the mark.

See http://orgmode.org/worg/org-contribute.html and example in
the git logs.

> +(eval-after-load "simple"
> +  '(defadvice set-mark-command (after org-make-visible activate)
> +     "Make the point visible with `org-show-context'."
> +     (org-mark-jump-unhide)))

Why this one?  The user don't want to use C-SPC in hidden parts.

> +(eval-after-load "simple"
> +  '(defadvice exchange-point-and-mark (after org-make-visible activate)
> +     "Make the point visible with `org-show-context'."
> +     (org-mark-jump-unhide)))

> +(eval-after-load "simple"
> +  '(defadvice pop-global-mark (after org-make-visible activate)
> +     "Make the point visible with `org-show-context'."
> +     (org-mark-jump-unhide)))

This two ones are good, yes.

Thanks,

-- 
 Bastien



reply via email to

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