From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: bug in message-message mode? Date: Sun, 17 Oct 2021 11:37:27 +0200 Message-ID: <87tuhgq8pz.fsf@gnu.org> References: <874k9ga0ci.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2681"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.7.0; emacs 28.0.60 Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 17 11:52:58 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mc2qf-0000VC-QQ for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 17 Oct 2021 11:52:57 +0200 Original-Received: from localhost ([::1]:52512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mc2qe-0006SE-T6 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 17 Oct 2021 05:52:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mc2qD-0006S3-99 for help-gnu-emacs@gnu.org; Sun, 17 Oct 2021 05:52:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48654) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mc2qC-00029j-Iu; Sun, 17 Oct 2021 05:52:28 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:46575) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mc2qC-00081W-CT; Sun, 17 Oct 2021 05:52:28 -0400 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id A134D27C0054; Sun, 17 Oct 2021 05:52:27 -0400 (EDT) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Sun, 17 Oct 2021 05:52:27 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrvddukedgvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpehffgfhvffuffgjkfggtgesthdtre dttdertdenucfhrhhomhepvfgrshhsihhlohcujfhorhhnuceothhsughhsehgnhhurdho rhhgqeenucggtffrrghtthgvrhhnpeevveeikeetkeeviefgfeffiedvteeguddvffeuue duveegtddthedvhfeuveffhfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhith ihqdekieejfeekjeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgsehfrghs thhmrghilhdrfhhm X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 17 Oct 2021 05:52:26 -0400 (EDT) In-reply-to: <874k9ga0ci.fsf@zoho.eu> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:133824 Archived-At: Emanuel Berg via Users list for the GNU Emacs text editor writes: > In `message-mode', when I have point at C (LINE FEED (LF)) and > a equals HYPHEN-MINUS and B SPACE, i.e. > > AABC > ^ here :) > > and do `message-beginning-of-line', nothing happens! I guess there is some special treatment for the signature separator "-- \n". The two hyphens and the space have a `field' property value `signature' which might explain the behavior, see (info "(elisp) Fields"). Bye, Tassilo