* Feature request: Visibility cycling with the mouse
@ 2008-12-05 8:49 Michaël Parienti
2008-12-05 9:17 ` Peter BARABAS
0 siblings, 1 reply; 7+ messages in thread
From: Michaël Parienti @ 2008-12-05 8:49 UTC (permalink / raw)
To: emacs org-mode mailing list
Hi
First, thanks you for this great software! I’m very happy with
it.
Most of the time I use keyboard to navigate into a document, but
today I wanted to use the mouse and I was not able to to change
the visibility of an heading.
I think it would be great if a click on an heading made an
subtree cycling, like the <tab>.
Regards,
--
Michaël Parienti
gpg: D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feature request: Visibility cycling with the mouse
2008-12-05 8:49 Feature request: Visibility cycling with the mouse Michaël Parienti
@ 2008-12-05 9:17 ` Peter BARABAS
2008-12-05 10:23 ` Michaël Parienti
0 siblings, 1 reply; 7+ messages in thread
From: Peter BARABAS @ 2008-12-05 9:17 UTC (permalink / raw)
To: Michaël Parienti; +Cc: emacs org-mode mailing list
Hello,
Check out org-mouse.el, bundled with org-mode.
On Fri, Dec 5, 2008 at 09:49, Michaël Parienti <michael@parienti.name> wrote:
>
> Hi
>
> First, thanks you for this great software! I'm very happy with
> it.
>
> Most of the time I use keyboard to navigate into a document, but
> today I wanted to use the mouse and I was not able to to change
> the visibility of an heading.
>
> I think it would be great if a click on an heading made an
> subtree cycling, like the <tab>.
>
>
> Regards,
>
> --
> Michaël Parienti
> gpg: D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
--
'(Yours parenthetically
"peter barabas")
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feature request: Visibility cycling with the mouse
2008-12-05 9:17 ` Peter BARABAS
@ 2008-12-05 10:23 ` Michaël Parienti
2008-12-05 11:56 ` Sebastian Rose
0 siblings, 1 reply; 7+ messages in thread
From: Michaël Parienti @ 2008-12-05 10:23 UTC (permalink / raw)
To: emacs org-mode mailing list
Le Fri, 5 Dec 2008 10:17:50 +0100
"Peter BARABAS" <peter.barabas@gmail.com> a écrit:
> Hello,
>
>
> Check out org-mouse.el, bundled with org-mode.
With the debian version of org-mode, after a (require 'org-mouse)
I get the context menu with the right mouse button, but nothing
happen with the left button.
Has anyone uses this feature with success?
--
Michaël Parienti
gpg: D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feature request: Visibility cycling with the mouse
2008-12-05 10:23 ` Michaël Parienti
@ 2008-12-05 11:56 ` Sebastian Rose
2008-12-05 11:57 ` Carsten Dominik
0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Rose @ 2008-12-05 11:56 UTC (permalink / raw)
To: Michaël Parienti; +Cc: emacs org-mode mailing list
Hi Michael,
As most of the times, Debian is a bit behind the pace. I don't mean to
disparage Debian (I use Debian and I love it), it's just because of
their policies (unstable -> testing -> stable).
Most Org-users here uses the git-version - which is unproblematic.
Regards,
Sebastian
Michaël Parienti <michael@parienti.org> writes:
> Le Fri, 5 Dec 2008 10:17:50 +0100
> "Peter BARABAS" <peter.barabas@gmail.com> a écrit:
>
>> Hello,
>>
>>
>> Check out org-mouse.el, bundled with org-mode.
>
>
> With the debian version of org-mode, after a (require 'org-mouse)
> I get the context menu with the right mouse button, but nothing
> happen with the left button.
>
> Has anyone uses this feature with success?
--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.: +49 (0)511 - 36 58 472
Fax: +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http: www.emma-stil.de
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feature request: Visibility cycling with the mouse
2008-12-05 11:56 ` Sebastian Rose
@ 2008-12-05 11:57 ` Carsten Dominik
2008-12-05 12:02 ` Carsten Dominik
2008-12-05 13:18 ` Michaël Parienti
0 siblings, 2 replies; 7+ messages in thread
From: Carsten Dominik @ 2008-12-05 11:57 UTC (permalink / raw)
To: Sebastian Rose; +Cc: emacs org-mode mailing list, Michaël Parienti
Hi Sebastian, Michael,
this should be fine also in older versions. Did you read the
documentation in org-mouse? You need to click on the stars.
- Carsten
On Dec 5, 2008, at 12:56 PM, Sebastian Rose wrote:
> Hi Michael,
>
>
> As most of the times, Debian is a bit behind the pace. I don't mean to
> disparage Debian (I use Debian and I love it), it's just because of
> their policies (unstable -> testing -> stable).
>
> Most Org-users here uses the git-version - which is unproblematic.
>
>
> Regards,
>
> Sebastian
>
>
>
> Michaël Parienti <michael@parienti.org> writes:
>> Le Fri, 5 Dec 2008 10:17:50 +0100
>> "Peter BARABAS" <peter.barabas@gmail.com> a écrit:
>>
>>> Hello,
>>>
>>>
>>> Check out org-mouse.el, bundled with org-mode.
>>
>>
>> With the debian version of org-mode, after a (require 'org-mouse)
>> I get the context menu with the right mouse button, but nothing
>> happen with the left button.
>>
>> Has anyone uses this feature with success?
>
> --
> Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449
> Hannover
>
> Tel.: +49 (0)511 - 36 58 472
> Fax: +49 (0)1805 - 233633 - 11044
> mobil: +49 (0)173 - 83 93 417
> Email: s.rose emma-stil de, sebastian_rose gmx de
> Http: www.emma-stil.de
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feature request: Visibility cycling with the mouse
2008-12-05 11:57 ` Carsten Dominik
@ 2008-12-05 12:02 ` Carsten Dominik
2008-12-05 13:18 ` Michaël Parienti
1 sibling, 0 replies; 7+ messages in thread
From: Carsten Dominik @ 2008-12-05 12:02 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs org-mode mailing list, Michaël Parienti
We should actually write a section about org-mouse for the manual.
Any volunteers? Piotr?
- Carsten
On Dec 5, 2008, at 12:57 PM, Carsten Dominik wrote:
> Hi Sebastian, Michael,
>
>
> this should be fine also in older versions. Did you read the
> documentation in org-mouse? You need to click on the stars.
>
> - Carsten
>
> On Dec 5, 2008, at 12:56 PM, Sebastian Rose wrote:
>
>> Hi Michael,
>>
>>
>> As most of the times, Debian is a bit behind the pace. I don't mean
>> to
>> disparage Debian (I use Debian and I love it), it's just because of
>> their policies (unstable -> testing -> stable).
>>
>> Most Org-users here uses the git-version - which is unproblematic.
>>
>>
>> Regards,
>>
>> Sebastian
>>
>>
>>
>> Michaël Parienti <michael@parienti.org> writes:
>>> Le Fri, 5 Dec 2008 10:17:50 +0100
>>> "Peter BARABAS" <peter.barabas@gmail.com> a écrit:
>>>
>>>> Hello,
>>>>
>>>>
>>>> Check out org-mouse.el, bundled with org-mode.
>>>
>>>
>>> With the debian version of org-mode, after a (require 'org-mouse)
>>> I get the context menu with the right mouse button, but nothing
>>> happen with the left button.
>>>
>>> Has anyone uses this feature with success?
>>
>> --
>> Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449
>> Hannover
>>
>> Tel.: +49 (0)511 - 36 58 472
>> Fax: +49 (0)1805 - 233633 - 11044
>> mobil: +49 (0)173 - 83 93 417
>> Email: s.rose emma-stil de, sebastian_rose gmx de
>> Http: www.emma-stil.de
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Feature request: Visibility cycling with the mouse
2008-12-05 11:57 ` Carsten Dominik
2008-12-05 12:02 ` Carsten Dominik
@ 2008-12-05 13:18 ` Michaël Parienti
1 sibling, 0 replies; 7+ messages in thread
From: Michaël Parienti @ 2008-12-05 13:18 UTC (permalink / raw)
To: Carsten Dominik, emacs org-mode mailing list
Le Fri, 5 Dec 2008 12:57:23 +0100
Carsten Dominik <dominik@science.uva.nl> a écrit:
> this should be fine also in older versions. Did you read the
> documentation in org-mouse?
I just read the header of the org-mode.el file.
> You need to click on the stars.
Ok, it works! Sorry for the noise.
--
Michaël Parienti
gpg: D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-12-05 13:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 8:49 Feature request: Visibility cycling with the mouse Michaël Parienti
2008-12-05 9:17 ` Peter BARABAS
2008-12-05 10:23 ` Michaël Parienti
2008-12-05 11:56 ` Sebastian Rose
2008-12-05 11:57 ` Carsten Dominik
2008-12-05 12:02 ` Carsten Dominik
2008-12-05 13:18 ` Michaël Parienti
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.