From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Konstantin Kharlamov Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 2/3] lisp/progmodes/etags.el don't (forward-char) as it's overriden next line Date: Sun, 17 Mar 2019 06:41:41 +0300 Message-ID: <1552794101.5272.4@yandex.ru> References: <20190316015314.2335-1-Hi-Angel@yandex.ru> <20190316015314.2335-2-Hi-Angel@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="255055"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 17 04:53:52 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h5Mrw-0014Hl-Be for ged-emacs-devel@m.gmane.org; Sun, 17 Mar 2019 04:53:52 +0100 Original-Received: from localhost ([127.0.0.1]:49751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Mrv-0007aG-A9 for ged-emacs-devel@m.gmane.org; Sat, 16 Mar 2019 23:53:51 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:49222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5Mqe-0007ZG-Ik for emacs-devel@gnu.org; Sat, 16 Mar 2019 23:52:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5MgI-00043M-6E for emacs-devel@gnu.org; Sat, 16 Mar 2019 23:41:51 -0400 Original-Received: from forward106p.mail.yandex.net ([77.88.28.109]:44561) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5MgD-00041n-1p; Sat, 16 Mar 2019 23:41:45 -0400 Original-Received: from mxback20j.mail.yandex.net (mxback20j.mail.yandex.net [IPv6:2a02:6b8:0:1619::114]) by forward106p.mail.yandex.net (Yandex) with ESMTP id 22BCB1C804C1; Sun, 17 Mar 2019 06:41:43 +0300 (MSK) Original-Received: from smtp4j.mail.yandex.net (smtp4j.mail.yandex.net [2a02:6b8:0:1619::15:6]) by mxback20j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id qzke5qKHDZ-fgweNTEY; Sun, 17 Mar 2019 06:41:43 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1552794103; bh=UC+NXh44O24QUoOswTX+LX/3UC6Vivg9fBKM9+/oTug=; h=In-Reply-To:Cc:To:Subject:From:References:Date:Message-Id; b=Zs/DNFwSbjsY4bO1UcSlDpF6jlslF2JoPqKduPWC59u+oEstBSVMPVGK3qEVR68ZB qONAV9dbojHWiRcpn9XOKYo82f3aSB9do2epezu4+Qs6iXtu0YQHkN01bWdeSiDmuy oqwalYKaYRTeli4O9MWrS8VR2/4UFW3/5SQsIsR0= Authentication-Results: mxback20j.mail.yandex.net; dkim=pass header.i=@yandex.ru Original-Received: by smtp4j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id pxGT1IhK4Q-fgGial5g; Sun, 17 Mar 2019 06:41:42 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) In-Reply-To: <83a7huxjd5.fsf@gnu.org> X-Mailer: geary/master~g91967edc X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 77.88.28.109 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234254 Archived-At: =D0=92 =D0=92=D1=81, =D0=BC=D0=B0=D1=80 17, 2019 at 6:36 =D0=94=D0=9F (AM),= Eli Zaretskii=20 =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: >> Date: Sun, 17 Mar 2019 00:12:36 +0300 >> From: Konstantin Kharlamov >> Cc: emacs-devel@gnu.org >>=20 >> > ^M has special meaning in selective-display mode. >>=20 >> Thanks, so, I just tried playing with the mode, and I haven't even >> found ^M anywhere. I wonder if the ^M being added by the mode is in=20 >> the >> past, that just no longer happening. >>=20 >> Specifically, I did: >>=20 >> 1. wrote in scratch buffer >> test >> test >> test >> 2. evaluated (set-selective-display 1) which transformed the look of >> the text to >> test... >> 3.=CE=B1 Tried searching for ^M by pressing C-s C-q C-m. It's failing t= o >> find anything. >=20 > The ^M character is what causes that "..." ellipsis. You cannot > search for it interactively because Emacs prevents that, but the > character is there in the buffer text. Okay, well, I couldn't find it by evaluating (re-search-forward "^M")=20 either. So, given the character can't be inspected, the old code couldn't even=20 do anything :) =