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: Search multiple Info-buffers at once with Info-occur function Date: Sat, 29 May 2021 17:06:14 +0300 Message-ID: <83lf7x63e1.fsf@gnu.org> References: <83cztij5ky.fsf@gnu.org> <835yz9kd6q.fsf@gnu.org> <5C87AF42-3A48-42B2-93C8-9C7421CB2EA4@gnu.org> <87czt94uc3.fsf@gmail.com> <83o8ct68hw.fsf@gnu.org> <878s3x4rju.fsf@gmail.com> <83mtsd653j.fsf@gnu.org> <874kel4pnw.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34157"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dalanicolai@gmail.com, emacs-devel@gnu.org To: Augusto Stoffel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 29 16:07:04 2021 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 1lmzcF-0008md-BP for ged-emacs-devel@m.gmane-mx.org; Sat, 29 May 2021 16:07:03 +0200 Original-Received: from localhost ([::1]:57836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmzcE-0000xM-E5 for ged-emacs-devel@m.gmane-mx.org; Sat, 29 May 2021 10:07:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmzbM-00006T-96 for emacs-devel@gnu.org; Sat, 29 May 2021 10:06:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43948) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmzbM-0005p2-0E; Sat, 29 May 2021 10:06:08 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3996 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 1lmzbL-0006VR-Ih; Sat, 29 May 2021 10:06:07 -0400 In-Reply-To: <874kel4pnw.fsf@gmail.com> (message from Augusto Stoffel on Sat, 29 May 2021 15:48:03 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:270062 Archived-At: > From: Augusto Stoffel > Cc: dalanicolai@gmail.com, emacs-devel@gnu.org > Date: Sat, 29 May 2021 15:48:03 +0200 > > But what I find a bit annoying is something else, namely the fact that > info-look.el defines a bunch of regexps to decide what constitutes a > symbol in each manual. So you can't just say "oh, by the way, please > include also the manual of the Dash library when I'm in Elisp mode" > (unless there's something else I'm missing...). But the syntax of a symbol is different in different programming languages, so this is also inevitable, right?