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: lsh function documentation Date: Wed, 31 Jan 2024 21:27:33 +0200 Message-ID: <86plxh1exm.fsf@gnu.org> References: <86y1c51rtu.fsf@gnu.org> <86ttmt1mbc.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19363"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 31 20:28:28 2024 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 1rVGG4-0004ro-47 for ged-emacs-devel@m.gmane-mx.org; Wed, 31 Jan 2024 20:28:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVGFF-0006T7-N2; Wed, 31 Jan 2024 14:27:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rVGFD-0006Se-Hs for emacs-devel@gnu.org; Wed, 31 Jan 2024 14:27:35 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rVGFC-0005SV-WB; Wed, 31 Jan 2024 14:27:35 -0500 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=6MF1arbuIe3eTP+JQv4FOUBTRmxIigM8nKw3vSPKne8=; b=TMEvMTr1iKRW r1LhOm0j87/+W2yo1wnezcPzh1gfCkS5rIAUwBEmeU++R8Ui2DYxuxbjZbSGysKpOPxoVHiBi8yyQ ClYG2KodaorMW0M3T7UGX91VcWG9qFewDkVWfZc2L3+TYOqD5e7SyLV3AKEnAiEYeEQWp+c/8/OU2 ry4fri/KxDCp4gQHTGFSJ5+MW5n4VF+bsA+ae5PbPaCkA4QxuC759Eos3j7bOVgDlmP05iiq/hUB6 b/CCjCphOAD77xegB809Uq5ZVp2CHiXiGHFbU82V7rYGqFGqNekW/ZInemoHxEYICVrWdnrXx5lLK qAheuPIf2Xlo/MHFWmQO6A==; In-Reply-To: (message from Ulrich Mueller on Wed, 31 Jan 2024 18:01:17 +0100) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:315682 Archived-At: > From: Ulrich Mueller > Cc: emacs-devel@gnu.org > Date: Wed, 31 Jan 2024 18:01:17 +0100 > > >>>>> On Wed, 31 Jan 2024, Eli Zaretskii wrote: > > >> It's not clear to me what the message "most uses turn out to be > >> mistakes" tries to communicate. Was it a mistake to use lsh in code > >> written in the pre-bignum era? > > > Most uses of it, yes. They should have used ash instead. > > Only in hindsight, I suppose? Nothing in the old (i.e. pre-bignum) > documentation suggests any preference for ash. We consider the latter to be a problem, now fixed.