From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 28 12:07:47 2017 Received: (at submit) by debbugs.gnu.org; 28 Oct 2017 16:07:47 +0000 Received: from localhost ([127.0.0.1]:39377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8TeF-00088m-3H for submit@debbugs.gnu.org; Sat, 28 Oct 2017 12:07:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8TeC-00088Y-Py for submit@debbugs.gnu.org; Sat, 28 Oct 2017 12:07:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8Te7-0000WV-1A for submit@debbugs.gnu.org; Sat, 28 Oct 2017 12:07:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54566) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e8Te6-0000WR-UO for submit@debbugs.gnu.org; Sat, 28 Oct 2017 12:07:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8Te5-0002QT-T1 for bug-gnu-emacs@gnu.org; Sat, 28 Oct 2017 12:07:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8Te1-0000S1-TH for bug-gnu-emacs@gnu.org; Sat, 28 Oct 2017 12:07:37 -0400 Received: from sinyavsky.aurox.ch ([37.35.109.145]:39872) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e8Te1-0000R1-Kf for bug-gnu-emacs@gnu.org; Sat, 28 Oct 2017 12:07:33 -0400 Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id 2C72222593 for ; Sat, 28 Oct 2017 16:00:39 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= content-transfer-encoding:content-type:content-type:mime-version :subject:subject:to:from:from:message-id:date:date; s=dkim; t= 1509206438; x=1510070439; bh=ApM3CY+1mTzRil4IXRN6Lwe6VUdG/RhzywC n4XZDZ88=; b=W0mv68R+Oc4eAogKd64XpK+0hG11nG+Uv9eODkG7eDxXTOs4xH1 y5MnqnQ//YuACjNO7LSk0oWQmd8hgpoenj2uGUy1ctoZtKcl6kegYJapE/bHetaL t2iQ+dMuGf79mBoBapMJJNz6Uz2F4+52txCLJYZ9j5F5WjJpX+PCvpr8= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZUsKRY5pGQoV for ; Sat, 28 Oct 2017 16:00:38 +0000 (UTC) Received: from gray (125.85.192.178.dynamic.wline.res.cust.swisscom.ch [178.192.85.125]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 93D7E22564 for ; Sat, 28 Oct 2017 16:00:38 +0000 (UTC) Date: Sat, 28 Oct 2017 18:08:48 +0200 Message-Id: From: charles@aurox.ch (Charles A. Roelli) To: bug-gnu-emacs@gnu.org Subject: 26.0.90: (elisp) Adjusting Point rephrasing MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) >From (info "(elisp) Adjusting Point"): It is not easy to display a value of point in the middle of a sequence of text that has the =E2=80=98display=E2=80=99, =E2=80=98composition=E2= =80=99 or is invisible. "that has the =E2=80=98display=E2=80=99, =E2=80=98composition=E2=80=99 or= is invisible" might be phrased like this: "that has =E2=80=98display=E2=80=99 or =E2=80=98composition=E2=80=99 prop= erties, or that is invisible". From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 28 12:50:34 2017 Received: (at 29042-done) by debbugs.gnu.org; 28 Oct 2017 16:50:34 +0000 Received: from localhost ([127.0.0.1]:39407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8UJe-0000mv-J5 for submit@debbugs.gnu.org; Sat, 28 Oct 2017 12:50:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8UJd-0000mi-01 for 29042-done@debbugs.gnu.org; Sat, 28 Oct 2017 12:50:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8UJS-0002mv-VU for 29042-done@debbugs.gnu.org; Sat, 28 Oct 2017 12:50:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8UJS-0002ly-EV; Sat, 28 Oct 2017 12:50:22 -0400 Received: from [176.228.60.248] (port=1092 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e8UJQ-0002dG-Io; Sat, 28 Oct 2017 12:50:22 -0400 Date: Sat, 28 Oct 2017 19:50:08 +0300 Message-Id: <837evf5i9r.fsf@gnu.org> From: Eli Zaretskii To: charles@aurox.ch (Charles A. Roelli) In-reply-to: (charles@aurox.ch) Subject: Re: bug#29042: 26.0.90: (elisp) Adjusting Point rephrasing References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29042-done Cc: 29042-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 28 Oct 2017 18:08:48 +0200 > From: charles@aurox.ch (Charles A. Roelli) > > >From (info "(elisp) Adjusting Point"): > > It is not easy to display a value of point in the middle of a sequence > of text that has the ‘display’, ‘composition’ or is invisible. > > "that has the ‘display’, ‘composition’ or is invisible" might be > phrased like this: > > "that has ‘display’ or ‘composition’ properties, or that is > invisible". Actually, the entire sentence made no sense. I reworded it. Thanks. From unknown Sat Aug 16 10:49:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Nov 2017 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator