From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Gitlab Migration Date: Sat, 28 Aug 2021 13:45:03 +0200 Message-ID: References: <87h7fcnmq0.fsf@posteo.net> <83tujbqg4j.fsf@gnu.org> <46353190-1190-495f-b15e-22980159b3ab@yandex.ru> <83wno6p0op.fsf@gnu.org> <4FD0AA48-0E93-4E6A-BD65-C2E492322982@thornhill.no> <83zgt2ni07.fsf@gnu.org> <874kb923s8.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36189"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , dgutov@yandex.ru, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Philip Kaludercic , Daniel Fleischer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 28 13:47:03 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 1mJwne-000988-VR for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 13:47:03 +0200 Original-Received: from localhost ([::1]:55492 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJwnd-0000Pk-ND for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Aug 2021 07:47:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJwlt-0007Kq-S6 for emacs-devel@gnu.org; Sat, 28 Aug 2021 07:45:13 -0400 Original-Received: from out1.migadu.com ([91.121.223.63]:10543) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJwlq-0000Ht-RG; Sat, 28 Aug 2021 07:45:13 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1630151107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sqHZXoaVpr50k5Cjbpd4xpKSttjDx6Q/rSGdUNv1ESU=; b=Q/gqRvA5BgCoCydDfnGuTqvlY2IkmQll0358DOIugq+J8Kv7AKbp01ZKZf4hQfZPmo18/B GHffFUv4/G7Qx3SZMjWF4sh20KrU5yJJQAjHcJPHASRt7Ir8x7qA0ucyj6a0w4DdXfhtAO Ilx34xLgNlQXKmRUccKziw7VEXJ2MASNZU3HiATuxgxYAbG1SvYcc1dDrJvI7ypsTI+Io6 uLNNUVTCQWivruF+X/f7HB7n6XG8mJMU//u1Pf8iCoVveE6EmDaKU5a3IWfiWckBbCzXor tu0QwRnhNF0IbpfU3qhI2e4kpOnmXs7X5J2k5LWkbevK4AcMD5V7JLlJPjOMWA== In-Reply-To: <874kb923s8.fsf@posteo.net> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: theo@thornhill.no Received-SPF: pass client-ip=91.121.223.63; envelope-from=theo@thornhill.no; helo=out1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:273276 Archived-At: Philip Kaludercic writes: > Daniel Fleischer writes: > >> 1. Code exploration; view code with syntax highlighting for most file >> types. Being able to jump to function definitions and usages (at least >> in github). Many people explore code in the web before possibly cloning >> it locally so it's an important QOL feature. > > I think this is supported in principle, one would have to see what is > necessary for this to work with Elisp too. > You can absolutely read the repo, but the newish feature of github where some languages are backed by lsp is most likely not on the roadmap -- Theo