From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Help sought understanding shorthands wrt modules/packages Date: Thu, 10 Nov 2022 23:35:13 -0500 Message-ID: References: <25a8a3a6-81c8-3fbc-434d-fb1b24ae1d62@gmail.com> <83cza48lxe.fsf@gnu.org> <87cza0ihb7.fsf@gmx.de> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1449"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 11 05:37:08 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 1otLmt-000087-M3 for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Nov 2022 05:37:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1otLl7-0005h9-HN; Thu, 10 Nov 2022 23:35:17 -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 1otLl4-0005gw-PA for emacs-devel@gnu.org; Thu, 10 Nov 2022 23:35:14 -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 1otLl4-0007QG-2f; Thu, 10 Nov 2022 23:35:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=PD5cG0Fyd6YVEPhovKm9ZEMVZoZeCVe/t8rfUC+xWS4=; b=kc4UXMNJbGrW gebruEyX4Ub6OdOtxw/yn1FFYtfIrdDtWT5hhqPnHAT0lBR9wkds5J5K+pdEFFJ+g+BKLQ7tl0lMe N0mVyjQ+iZcBrFEWLuMRnx96GnWaHQe/lxXTQA8zr3YfJYW281xO2CQylH3Q4mbBkYloBQsl8JndU oI8xZG+4MIFIS1nSmKS4/0ton8Mrnh02+zpFAblbr2LsG8uipa/GSHBpWdKnhcrVVF9XXaxjIQWns hUlndIzdWYLCsQwtyQMF1Xkfmk7lSUNgkG56VmIU/qhGpjnbS80jTFig+XzHN+oNxvDa6I6IlNtXb ylqbmYhiDobe6MDpdEo65g==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1otLl3-0006ze-Lp; Thu, 10 Nov 2022 23:35:13 -0500 In-Reply-To: <87cza0ihb7.fsf@gmx.de> (message from Michael Albinus on Sun, 06 Nov 2022 10:05:32 +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:299540 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Since it finishes an existing feature and makes it usable for the most > > important case, we should definitely install it before Emacs 29. > Handling of shorthands is implemented in lread.c. File name handlers for > `load' don't know (yet) what to do. Is this in regard to the already-installed shorthands feature, or to my new feature which adds shorthands to a file when loading it? If the latter, I think all that file name handlers need to do for `load' is to pass along the new 6th argument in the recursive call to `load'. If that solution doesn't do the job, what is the problem? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)