diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110322/004011.html')
| -rw-r--r-- | zarb-ml/mageia-discuss/20110322/004011.html | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110322/004011.html b/zarb-ml/mageia-discuss/20110322/004011.html new file mode 100644 index 000000000..fd23013c8 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110322/004011.html @@ -0,0 +1,104 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] emacs text selection + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20emacs%20text%20selection&In-Reply-To=%3C20110322014352.GA32703%40localhost%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004010.html"> + <LINK REL="Next" HREF="004013.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] emacs text selection</H1> + <B>Gilberto F da Silva</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20emacs%20text%20selection&In-Reply-To=%3C20110322014352.GA32703%40localhost%3E" + TITLE="[Mageia-discuss] emacs text selection">gfs1989.listas at gmx.net + </A><BR> + <I>Tue Mar 22 02:43:52 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004010.html">[Mageia-discuss] Alpha 2 torrents +</A></li> + <LI>Next message: <A HREF="004013.html">[Mageia-discuss] emacs text selection +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4011">[ date ]</a> + <a href="thread.html#4011">[ thread ]</a> + <a href="subject.html#4011">[ subject ]</a> + <a href="author.html#4011">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +On Mon, Mar 21, 2011 at 09:33:24PM +0100, Juergen Harms wrote: +><i> Preparing to change distros - go to Mageia - I am reviewing some of +</I>><i> my "laziness based habits" and try to migrate from xemacs to emacs. +</I>><i> No fundamental problem, but I hit a weird aspect: +</I>><i> +</I>><i> When, in emacs, I select a region of text and than type a character, +</I>><i> I expect (and have the habit) that the newly typed character would +</I>><i> replace the entire selected region: no, when the character is typed, +</I>><i> emacs de-selects the region and inserts the character (i.e. appends +</I>><i> it) after the region. +</I>><i> +</I>><i> Is this a known and accepted particular aspect of emacs (practically +</I>><i> all other text editors I know replace a selected the region when new +</I>><i> text is typed)? is there a standard way in emacs to configure emacs +</I>><i> to "behave" as expected? if not, are there established key bindings +</I>><i> which allow to make emacs behave like other editors? +</I> + Put in your .emacs file This line: + +(delete-selection-mode 1) + + I found this solution here: + +<A HREF="http://www.emacswiki.org/emacs/DeleteSelectionMode">http://www.emacswiki.org/emacs/DeleteSelectionMode</A> + + +- -- +Gilberto F da Silva - <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">gfs1989 at gmx.net</A> - ICQ 136.782.571 +Stela dato:2.455.642,528 Loka tempo:2011-03-21 22:40:07 Lundo +- -==- +"Se existisse um Deus bondoso e todo-poderoso, teria feito +exclusivamente o bem". + -- Mark Twain +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) +Comment: +---------------------------------------+ +Comment: ! Gilberto F da Silva - ICQ 136.782.571 ! +Comment: ! msn <A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">gfs1989 at gmx.net</A> - yahoo gfs1989 ! +Comment: +---------------------------------------+ + +iEYEARECAAYFAk2H/tcACgkQJxugWtMhGw5degCgz3v2lLHewwN9TLJzLXXpJwgz +d+4AoI8i59cE9Thzhuvlv7YMlVniRRHc +=B7Sc +-----END PGP SIGNATURE----- +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004010.html">[Mageia-discuss] Alpha 2 torrents +</A></li> + <LI>Next message: <A HREF="004013.html">[Mageia-discuss] emacs text selection +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4011">[ date ]</a> + <a href="thread.html#4011">[ thread ]</a> + <a href="subject.html#4011">[ subject ]</a> + <a href="author.html#4011">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |
