From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#43887: 28.0.50; in HELLO: Javanese (Jawa) System.out.println("Sugeng siang!"); Date: Sun, 11 Oct 2020 15:54:23 +0300 Message-ID: <20201011125423.GF2923@protected.rcdrun.com> References: <878scd50gg.fsf@gnus.org> <877drxgmdd.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15676"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: Stefan Kangas , 43887@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 11 14:56:27 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kRatm-0003zU-Sw for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 11 Oct 2020 14:56:26 +0200 Original-Received: from localhost ([::1]:39576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRatl-0000h0-OK for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 11 Oct 2020 08:56:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRatO-0000Mc-9u for bug-gnu-emacs@gnu.org; Sun, 11 Oct 2020 08:56:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55995) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRatN-00042C-VK for bug-gnu-emacs@gnu.org; Sun, 11 Oct 2020 08:56:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRatN-0005BB-Ui for bug-gnu-emacs@gnu.org; Sun, 11 Oct 2020 08:56:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Oct 2020 12:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43887 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug wontfix Original-Received: via spool by 43887-submit@debbugs.gnu.org id=B43887.160242094619887 (code B ref 43887); Sun, 11 Oct 2020 12:56:01 +0000 Original-Received: (at 43887) by debbugs.gnu.org; 11 Oct 2020 12:55:46 +0000 Original-Received: from localhost ([127.0.0.1]:39308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRat7-0005Ah-QZ for submit@debbugs.gnu.org; Sun, 11 Oct 2020 08:55:45 -0400 Original-Received: from [95.85.24.50] (port=52839 helo=static.rcdrun.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRat6-0005Aa-L4 for 43887@debbugs.gnu.org; Sun, 11 Oct 2020 08:55:45 -0400 Original-Received: from localhost ([::ffff:197.157.0.35]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B3F.000000005F8300CE.00002291; Sun, 11 Oct 2020 12:55:42 +0000 Content-Disposition: inline In-Reply-To: <877drxgmdd.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:190271 Archived-At: * Lars Ingebrigtsen [2020-10-11 12:09]: > Stefan Kangas writes: > > > So should we remove the joke or just close this bug? > > I think the bug's closed already? The joke is amusing (unless you're > from that region), so it should probably stay, I guess. Removing joke is lack of humour. It would not be good to remove it. On the other hand, 145 millions people there don't get proper "Hello", so that is still a bug. Sorry, I was thinking it was some programming mistake, I never thought of Java programming language, as I don't use it. I am proposing to make a button on Javanese Jawa line, so that their Hello remains there, but if user presses the button, that the joke appears. (defun button-pressed (button) (message (format "Hello!"))) (define-button-type 'custom-button 'action 'button-pressed 'follow-link t 'help-echo "Click Button" 'help-args "test") (make-button 1 10 :type 'custom-button)