help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Binding C-a to select all


From: Jordan Greenberg
Subject: Re: Binding C-a to select all
Date: Wed, 25 Jun 2008 01:23:13 -0400
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Davin Pearson wrote:
On Jun 25, 3:19 pm, "B. T. Raven" <ni...@nihilo.net> wrote:
(define-key global-map [(control a)] 'mark-whole-buffer)

Thank you for your help but there is problem with the above code in
that it doesn't highlight the region in the face "region" or "primary-
selection".  Please advise me how I can go about getting this
functionality online.

You probably want to add (transient-mark-mode 1) to your .emacs.
-Jordan


reply via email to

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