On 2007/11/05, at 17:11, Dave Peck wrote:
>
> Hi all,
>
> I'm happily using Carbon Emacs on my new Leopard machine.
>
> Often in standard OSX editors I will select a large region by placing
> the cursor where I want to start, scrolling to the end of the region,
> and shift-clicking to select everything from the original cursor
> placement to my final click.
>
> When I shift click with Carbon Emacs, I get a font context menu. How
> can I prevent this from happening?
>
> Thanks,
> Dave
>
You can put the below line(s) to your .emacs.el.
You can choose any function (e.g. 'ignore or 'mode-line-...) for shift 
+clicking.

(global-set-key [S-down-mouse-1] 'ignore)
(global-set-key [S-down-mouse-1] 'mode-line-mode-menu)


Seiji


--~--~---------~--~----~------------~-------~--~----~
"Carbon Emacs" group mailing list.
To post to this group, send email to carbon-emacs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/carbon-emacs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to