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.bugs Subject: bug#35062: [PATCH 3/4] min_cols/rows is always 0, don't check for it Date: Tue, 02 Apr 2019 17:46:30 +0300 Message-ID: <83y34sfos9.fsf@gnu.org> References: <20190331223742.1351-1-Hi-Angel@yandex.ru> <20190331223742.1351-4-Hi-Angel@yandex.ru> <1554163754.10809.2@yandex.ru> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="241838"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 35062@debbugs.gnu.org, npostavs@gmail.com To: Konstantin Kharlamov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 02 16:49:24 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1hBKj6-0010nq-Kc for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Apr 2019 16:49:24 +0200 Original-Received: from localhost ([127.0.0.1]:51991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBKj5-0006sr-MV for geb-bug-gnu-emacs@m.gmane.org; Tue, 02 Apr 2019 10:49:23 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:36458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBKgo-0005oS-TG for bug-gnu-emacs@gnu.org; Tue, 02 Apr 2019 10:47:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBKgo-0002b3-2Q for bug-gnu-emacs@gnu.org; Tue, 02 Apr 2019 10:47:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBKgn-0002aV-TU for bug-gnu-emacs@gnu.org; Tue, 02 Apr 2019 10:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBKgn-0002Zh-Ld for bug-gnu-emacs@gnu.org; Tue, 02 Apr 2019 10:47:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 02 Apr 2019 14:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35062 X-GNU-PR-Package: emacs Original-Received: via spool by 35062-submit@debbugs.gnu.org id=B35062.15542163879853 (code B ref 35062); Tue, 02 Apr 2019 14:47:01 +0000 Original-Received: (at 35062) by debbugs.gnu.org; 2 Apr 2019 14:46:27 +0000 Original-Received: from localhost ([127.0.0.1]:41431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBKgE-0002Yq-PJ for submit@debbugs.gnu.org; Tue, 02 Apr 2019 10:46:27 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:50090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBKgC-0002Yc-DB for 35062@debbugs.gnu.org; Tue, 02 Apr 2019 10:46:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBKg6-0002Ft-Se; Tue, 02 Apr 2019 10:46:19 -0400 Original-Received: from [176.228.60.248] (port=4410 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hBKg6-0000k1-9s; Tue, 02 Apr 2019 10:46:18 -0400 In-reply-to: <1554163754.10809.2@yandex.ru> (message from Konstantin Kharlamov on Tue, 02 Apr 2019 03:09:14 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:157089 Archived-At: > Date: Tue, 02 Apr 2019 03:09:14 +0300 > From: Konstantin Kharlamov > Cc: 35062@debbugs.gnu.org > > what do I do with widget.c? Do I just send the patch here? > I'm asking because Emacs has unusual workflow regarding patches > sending. E.g. in other mailing-list based projects I'd just resend the > series. In gitlab/github it's much simpler: I just push the new commit. > But in Emacs one has to create a debbugs report, then send patches > there; and I already have this "report" so I'm confused. The rule is very simple: if the other change is for the same or a similar issue, just send another patch to the same issue ticket; otherwise file a separate issue. (But no one will be necessarily mad at you if you send to the same ticket anyway, it just runs a higher risk of falling through cracks. IOW, don't worry too much about this stuff, just use common sense; we are not as rigid in our procedures as some other projects.)