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: master 9d9881aceae 2/2: Implement dots and dashes on Haiku Date: Thu, 02 May 2024 12:23:04 +0300 Message-ID: <867cgcmutj.fsf@gnu.org> References: <171430908599.29712.17312650004997793084@vcs2.savannah.gnu.org> <20240428125806.952B4C2BC8F@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18407"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: luangruo@yahoo.com, Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 02 11:23:44 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 1s2SfI-0004WU-9g for ged-emacs-devel@m.gmane-mx.org; Thu, 02 May 2024 11:23:44 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s2Sen-00012h-6F; Thu, 02 May 2024 05:23:13 -0400 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 1s2Sei-00011y-Iu for emacs-devel@gnu.org; Thu, 02 May 2024 05:23:09 -0400 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 1s2Sei-000404-9m; Thu, 02 May 2024 05:23: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=i8DLBMjtE63TTshHvQd63HzKK8570Z7VXcKK6IGuoVQ=; b=eCDLJ+/6GjRc R+heid83bTmLa5Q6nu9x8OrZyy3oqt+MGHV5fqJOlrKfiGgK4+FUKBe92afXK9+LgncaovAJChnYh ckdfm+sMo55+gH0c55/TVBs+sjvkB6oiyuwn/FC6B4PAdqM8iyrPdzx1VYmFG+g4f0IXCIooX3T84 b8c2GunVCPHF+G414wGFExxBaID6mAzUjk5pU3V2cKg5d68hz25pjDCFj2CuR9qQ9tOLBI/TStwWA CbHrm51JZ8TGAQzAi26QXCxbYbfG9LyHFnlCUEDED5+SzB0hlwMfnhp89pnwmB9k+0GBO62s5z6uq C2szmdyn4HryI2DDRfhtcg==; In-Reply-To: (message from Stefan Monnier on Sun, 28 Apr 2024 11:54:32 -0400) 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:318548 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Sun, 28 Apr 2024 11:54:32 -0400 > > > Implement dots and dashes on Haiku > > > > * src/doc.c (store_function_docstring): Re-enable loading doc > > strings of compiled functions from etc/DOC, which haiku-win, > > ns-win, and the like require. > > Hmm... this is weird: AFAIK, `make-docfile` doesn't know how to scan > `.el`/`.elc` files any more so the docstrings we find in DOC simply > cannot come from a byte-coded function. > > Can you give more details about the problem you encountered? Po Lu, can you please answer Stefan's questions?