From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: Replacing huge hidden selection when pasting text Date: Sun, 3 Jan 2016 10:09:23 +0600 Message-ID: References: <5da6a556-646f-42ba-9bae-f5bf4387f09e@googlegroups.com> <84da4496-944e-4192-ac09-b5bfc0992f3f@googlegroups.com> <70837df3-23f5-416b-8e0a-b9f105f7a40c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1451794214 10229 80.91.229.3 (3 Jan 2016 04:10:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Jan 2016 04:10:14 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Alexandre Oberlin Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 03 05:09:57 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aFZzQ-0000c2-Qc for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jan 2016 05:09:56 +0100 Original-Received: from localhost ([::1]:40433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFZzQ-00077y-7m for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Jan 2016 23:09:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFZzF-00077s-8e for help-gnu-emacs@gnu.org; Sat, 02 Jan 2016 23:09:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFZzE-0006uR-FO for help-gnu-emacs@gnu.org; Sat, 02 Jan 2016 23:09:45 -0500 Original-Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:35705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFZzE-0006uI-8V for help-gnu-emacs@gnu.org; Sat, 02 Jan 2016 23:09:44 -0500 Original-Received: by mail-lf0-x22e.google.com with SMTP id c192so84153248lfe.2 for ; Sat, 02 Jan 2016 20:09:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=FDBLqKkRk1yvBHvDtkVoqmACahMvC5499vuiIndixIE=; b=nFJASBo+IGnFpeMvR6I2b4Q7PARPXIXNs7tuMphWE2yTBdiLg4uCXEuSGsK2ZZ3Rad 8V9+1dip+dPQ9YFZw8jrtIbDZeFDcTSrOGg5JKo09nyrECPhSj96QyovUf0lJQVySsq/ IhfMHKlOW0p+LNTwfZ23aS7G6WZYQC7hMhIQuRwDPbfpFoNgg5sz6I4Zl1zIM3EBALst HNDCPYDopSGaraBeaxeExq0TMX4iFnuaRo8+qyx2HUE/uuMALk+IumtmIs3PjPXjbHBc d6fo0I9VU+Ff3tSUC6ncDMqsZjCxsvZ7haQaqknbijvedldpqFXyrNRLYt+dd2WhKr7i l5dg== X-Received: by 10.25.168.15 with SMTP id r15mr11623575lfe.166.1451794183356; Sat, 02 Jan 2016 20:09:43 -0800 (PST) Original-Received: by 10.112.129.163 with HTTP; Sat, 2 Jan 2016 20:09:23 -0800 (PST) In-Reply-To: <70837df3-23f5-416b-8e0a-b9f105f7a40c@googlegroups.com> X-Google-Sender-Auth: yaLaseFrn-wgdPxzptWD_NY_EOs X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::22e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108593 Archived-At: On Sun, Jan 3, 2016 at 6:11 AM, Alexandre Oberlin wrote: > Enabling delete-selection-mode and disabling transient-mark-mode is nothi= ng more than what an average user unsatisfied with the default behavior wou= ld try at first in order to get a "Windows notepad" like behavior regarding= selection and overwriting. No. A Windows Notepad=E2=80=93like behavior is what you get with transient-mark-mode, shift-select-mode, delete-selection-mode and cua-mode all enabled.