From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How to remove the "read-only" property... Date: Sun, 28 Aug 2022 11:18:24 +0300 Message-ID: <83wnasye5r.fsf@gnu.org> References: <87ler8olzx.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4697"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Davin Pearson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 28 10:18:54 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oSDVN-00015N-LI for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Aug 2022 10:18:53 +0200 Original-Received: from localhost ([::1]:33214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oSDVM-0005EQ-Kz for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Aug 2022 04:18:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSDUf-0003bV-6j for emacs-devel@gnu.org; Sun, 28 Aug 2022 04:18:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46778) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSDUe-00006Y-TA; Sun, 28 Aug 2022 04:18:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=NEM/8zJ7c1u6IXgKM635cSy+QMI/jFfxAOcL0ouQ5ZU=; b=mE+IF2ZzYB2t J7/BRb0hFl/wImsq6wuDnPjgbqSmXV5M/LugTMrnxAp5BuVQLGj/FKaNa2MnEnloEPSvdqxouWTGc nO9Hipymqs8gxlizTvuwX1N+2o0UOXr7bUzHeS3UzYeHlNhrRiwyVhI1T4qnn3xXV5ySURI/g2XpB AdVIpJt9YRSId0CAhspTDXfnsb47HBCck6qc9OB7MOdi45XX8JPuwO21YEBqsqADzLhu9r8VqAf+V lx05HwNeZC3VCiLktWl6HxsnqWUnn+zR8wpZCbxJyrWOmCBwjn/ksHBMeUUURdIXMNSnsxoF8Zskn dU70GpaYajx7PeDRkF/hPQ==; Original-Received: from [87.69.77.57] (port=1118 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oSDUe-0003pL-4I; Sun, 28 Aug 2022 04:18:08 -0400 In-Reply-To: (message from Davin Pearson on Sun, 28 Aug 2022 19:55:03 +1200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294224 Archived-At: > From: Davin Pearson > Date: Sun, 28 Aug 2022 19:55:03 +1200 > > Why has point-at-bol changed to line-beginning-position? > Why has point-at-eol changed to line-end-position? They haven't. They are aliases.