From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [RFE] Migration to gitlab Date: Sun, 12 May 2019 16:56:28 +0300 Message-ID: <83tvdzbwtv.fsf@gnu.org> References: <1552789070.5272.1@yandex.ru> <87imwhmmt8.fsf@gmail.com> <87y347g1l3.fsf@iotcl.com> <9ac21e82-8e47-f9b5-f88d-23c0c56946d1@yandex.ru> <87pnpc1lby.fsf@iotcl.com> <83zhoezdqc.fsf@gnu.org> <87imuivfcr.fsf@iotcl.com> <83k1eyfxls.fsf@gnu.org> <17D21056-10B2-4813-AE90-9B2706936CE9@icloud.com> <83imuifqjc.fsf@gnu.org> <87lfzehrug.fsf@gmail.com> <83k1exec2n.fsf@gnu.org> <8736lkikqf.fsf@gmail.com> <83y33cb5nc.fsf@gnu.org> <87a7fsf91l.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="153414"; mail-complaints-to="usenet@blaine.gmane.org" Cc: toon@iotcl.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, agrambot@gmail.com, dgutov@yandex.ru To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 12 15:57:44 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hPoz0-000dmz-R5 for ged-emacs-devel@m.gmane.org; Sun, 12 May 2019 15:57:42 +0200 Original-Received: from localhost ([127.0.0.1]:43508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPoyz-0008Hh-Td for ged-emacs-devel@m.gmane.org; Sun, 12 May 2019 09:57:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPoyB-0008HY-JO for emacs-devel@gnu.org; Sun, 12 May 2019 09:56:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPoyA-0002Je-2y; Sun, 12 May 2019 09:56:50 -0400 Original-Received: from [176.228.60.248] (port=3678 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hPoy8-0001pQ-Qo; Sun, 12 May 2019 09:56:49 -0400 In-reply-to: <87a7fsf91l.fsf@gnu.org> (message from Tassilo Horn on Sun, 12 May 2019 09:04:22 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:236447 Archived-At: > From: Tassilo Horn > Cc: Alex Gramiak , toon@iotcl.com, dgutov@yandex.ru, monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Sun, 12 May 2019 09:04:22 +0200 > > Another aspect is that GitLab (and GitHub) use Markdown in comments and > discussions, so we'd need to adapt our formatting style, e.g., `symbol` > instead of `symbol', and > > ```elisp > (foo (bar 'baz)) > ``` > > for code blocks, and don't hard-wrap text at some column. At least you > better do that if the stuff should look good also in the web interface. > (Forge also fontifies that nicely.) Ugh, yet another style to learn and get used to!