From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics Date: Mon, 17 Aug 2015 19:53:08 +0300 Message-ID: <831tf1n9fv.fsf@gnu.org> References: <20150816160149.9416.80132@vcs.savannah.gnu.org> <55D1043C.3030909@yandex.ru> <55D15899.2070105@cs.ucla.edu> <20150817121513.GA2634@acm.fritz.box> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1439830445 12232 80.91.229.3 (17 Aug 2015 16:54:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Aug 2015 16:54:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: eggert@cs.ucla.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 17 18:53:58 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZRNfZ-0007cR-FT for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 18:53:57 +0200 Original-Received: from localhost ([::1]:60052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRNfY-0007C3-Tg for ged-emacs-devel@m.gmane.org; Mon, 17 Aug 2015 12:53:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRNf5-0007Bl-33 for emacs-devel@gnu.org; Mon, 17 Aug 2015 12:53:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRNf0-0007cx-Vz for emacs-devel@gnu.org; Mon, 17 Aug 2015 12:53:27 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:56300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRNf0-0007ce-Nv for emacs-devel@gnu.org; Mon, 17 Aug 2015 12:53:22 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NT800I00K5Q6500@mtaout26.012.net.il> for emacs-devel@gnu.org; Mon, 17 Aug 2015 19:57:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NT800IWOKF0FX00@mtaout26.012.net.il>; Mon, 17 Aug 2015 19:57:00 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188851 Archived-At: This change (or maybe one of the previous ones in this series) caused the following messed-up message to be displayed during the build: ./temacs --batch --load loadup bootstrap [...] Loading minibuffer... Loading d:/gnu/git/emacs/trunk/lisp/abbrev.el (source)... lisp/abbrev.el: =CE=93=D7=90=D7=A8with-wrapper-hook=CE=93=D7=90= =D7=A9 is an obsolete macro (as of 24.4); use a -function variab= le modified by `add-function'. Loading d:/gnu/git/emacs/trunk/lisp/simple.el (source)... lisp/simple.el: =CE=93=D7=90=D7=A8with-wrapper-hook=CE=93=D7=90= =D7=A9 is an obsolete macro (as of 24.4); use a -function variab= le modified by `add-function'. This is displayed on a Windows console which is incapable of showing curved quotes. Its codeset is cp862. To reproduce this, I do the following: . remove lisp/abbrev.elc and lisp/simple.elc . touch some of the src/*.c files . type "make" and watch the fun All the other diagnostics I've seen are perfectly legible. Let me know if I can help you with additional information.