From: ferhun_caner@yahoo.com (Dr. F.C.Caner)
Subject: -Re: "Select All" elisp snippet
Date: 7 Jan 2004 07:22:22 -0800 [thread overview]
Message-ID: <65fef11f.0401070722.6f16123a@posting.google.com> (raw)
I think you can put in your .emacs file something like
(defun select-all()
(goto-char (point-min))
(set-mark-command)
(goto-char (point-max)))
(global-set-key [C-a] 'select-all)
to imitate Windows behavior. But, this is untested.
FCC
Edward Wijaya wrote:
> Hi Emacsen,
>
> Is there a elisp function that enable us
> to do 'select all' in the document text?
>
> Instead of having to mark it front and end document
> and copyiing beforehand.
>
> Thanks so much for your time.
>
> Regards,
> Edward Wijaya
> SINGAPORE
next reply other threads:[~2004-01-07 15:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-07 15:22 Dr. F.C.Caner [this message]
2004-01-07 17:57 ` -Re: "Select All" elisp snippet David Kastrup
2004-01-07 20:04 ` Dr. F.C.Caner
2004-01-07 20:32 ` David Kastrup
2004-01-08 16:38 ` Greg Fenton
2004-01-10 12:09 ` Eli Zaretskii
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.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=65fef11f.0401070722.6f16123a@posting.google.com \
--to=ferhun_caner@yahoo.com \
/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.
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).