From unknown Wed Sep 10 01:08:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41958: ps-print-buffer only knows about some fonts for MacOS Preview Resent-From: "James P. Ascher" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 19 Jun 2020 22:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41958 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 41958@debbugs.gnu.org, viniciusjl@ig.com.br X-Debbugs-Original-To: bug-gnu-emacs@gnu.org, Vinicius Jose Latorre Reply-To: "James P. Ascher" Received: via spool by submit@debbugs.gnu.org id=B.159260395632748 (code B ref -1); Fri, 19 Jun 2020 22:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Jun 2020 21:59:16 +0000 Received: from localhost ([127.0.0.1]:56981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmP2Z-0008W1-2y for submit@debbugs.gnu.org; Fri, 19 Jun 2020 17:59:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:42776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmOak-00068B-BZ for submit@debbugs.gnu.org; Fri, 19 Jun 2020 17:30:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35818) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmOaj-0006av-Sh for bug-gnu-emacs@gnu.org; Fri, 19 Jun 2020 17:30:29 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:19060) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmOag-0006vM-7r for bug-gnu-emacs@gnu.org; Fri, 19 Jun 2020 17:30:29 -0400 Date: Fri, 19 Jun 2020 21:30:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1592602219; bh=KmeCDzJGOxlUQwkGpcvc0YCa3Zl/wb7JXK6FMYOCz5A=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=D/P+EJvdFV0IhOuWuNujOAVrvVFY7NucUi1uR7XQt8MvRBOijXXffyQklYP21c64C LfZH2yN14Eyaq0bzoepC+AJcPRTugjeVxpc0q29zYu/ftlpbCpjV7Vg2V0NI2ExePh g/YY9gVfy5sbL9RQiD5+h9F1l5fyCCgCzu7HSoSU= From: "James P. Ascher" Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch Received-SPF: pass client-ip=185.70.40.18; envelope-from=jpsa@protonmail.com; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/19 17:30:20 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Fri, 19 Jun 2020 17:59:12 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I use ps-print to produce a PostScript file that I open in MacOS Preview to double-check before printing. I'd like to be able to use Hack as a font rather than Courier. Right now, Hack isn't recognized along with other installed fonts, but I can't tell why some work and some don't. Following the directions in ps-print.el, I tried to add Hack as a Courier replacement. I removed the comment and updated this line: 3 cm 20 cm moveto 10/Hack-Regular ReportFontInfo showpage Opening the resulting PostScript file in Preview.app gives this error: PostScript Conversion Warning Converting the PostScript file "temp.ps" produced the following warnings: "Hack-Regular" not found, using Courier. Similarly for "Hack" or "Hack-Italic." In trying to debug the problem, I checked fonts on my laptop at random to see if any worked. AmericanTypewriter-Light works fine while AmericanTypewriter gives the same error, even though both are in the same directory and seem to be otherwise similar. I'll paste the details of those two fonts below, but I think there must be something in the PostScript generated by ps-print that doesn't load all the fonts. Pages, for example, generates a PostScript file with Hack, but it looks remarkably different than what ps-print generates--so I'm not entirely sure what to compare. I'm not sure what to do next to debug this: my PostScript knowledge is minimal. Does anyone have a sense of how to figure this out? Emacs 26.3 MacOS 10.15.5 ps-print.el 7.3.5 Font details from Font Book: WORKING as "AmericanTypewriter-Light": PostScript name=09AmericanTypewriter-Light =09Full name=09American Typewriter Light =09Family=09American Typewriter =09Style=09Light =09Kind=09TrueType =09Language=09Afrikaans, Albanian, Asturian, Asu, Azerbaijani, Basque, Bela= rusian, Bemba, Bena, Bosnian, Breton, Bulgarian, Catalan, Chiga, Colognian,= Cornish, Croatian, Czech, Danish, Dutch, Embu, English, Esperanto, Estonia= n, Faroese, Filipino, Finnish, French, Friulian, Galician, Ganda, German, G= reek, Gusii, Hawaiian, Hungarian, Icelandic, Igbo, Inari Sami, Indonesian, = Irish, Italian, Jola-Fonyi, Kabuverdianu, Kalaallisut, Kalenjin, Kamba, Kaz= akh, Kikuyu, Kinyarwanda, Lakota, Latvian, Lithuanian, Lower Sorbian, Luo, = Luxembourgish, Luyia, Macedonian, Machame, Makhuwa-Meetto, Makonde, Malagas= y, Malay, Maltese, Manx, Meru, Meta=3DCA=3DBC, Mongolian, Morisyen, North N= debele, Northern Sami, Norwegian Bokm=3DC3=3DA5l, Norwegian Nynorsk, Nyanko= le, Oromo, Ossetic, Polish, Portuguese, Quechua, Romanian, Romansh, Rombo, = Rundi, Russian, Rwa, Samburu, Sango, Sangu, Scottish Gaelic, Sena, Serbian,= Shambala, Shona, Slovak, Slovenian, Soga, Somali, Spanish, Swahili, Swedis= h, Swiss German, Taita, Tajik, Teso, Tongan, Turkish, Turkmen, Ukrainian, U= pper Sorbian, Uzbek, Vietnamese, Vunjo, Walser, Welsh, Western Frisian, Yor= uba, Zulu =09Script=09Cyrillic, Greek, Latin, Tagalog =09Version=0913.0d1e4 =09Location=09/System/Library/Fonts/Supplemental/AmericanTypewriter.ttc =09Unique name=09American Typewriter Light; 13.0d1e4; 2017-06-07 =09Copyright=09Digitized data (c) Copyright 1997 E+F Designstudios. ITC Ame= rican Typewriter is a registered trademark of International Typeface Corpor= ation. =09Trademark=09ITC American Typewriter is a registered trademark of Interna= tional Typeface Corporation. =09Enabled=09Yes =09Duplicate=09No =09Copy protected=09No =09Glyph count=091,195 GIVES ERROR as "AmericanTypewriter": PostScript name=09AmericanTypewriter =09Full name=09American Typewriter =09Family=09American Typewriter =09Style=09Regular =09Kind=09TrueType =09Language=09Afrikaans, Albanian, Asturian, Asu, Azerbaijani, Basque, Bela= rusian, Bemba, Bena, Bosnian, Breton, Bulgarian, Catalan, Chiga, Colognian,= Cornish, Croatian, Czech, Danish, Dutch, Embu, English, Esperanto, Estonia= n, Faroese, Filipino, Finnish, French, Friulian, Galician, Ganda, German, G= reek, Gusii, Hawaiian, Hungarian, Icelandic, Igbo, Inari Sami, Indonesian, = Irish, Italian, Jola-Fonyi, Kabuverdianu, Kalaallisut, Kalenjin, Kamba, Kaz= akh, Kikuyu, Kinyarwanda, Lakota, Latvian, Lithuanian, Lower Sorbian, Luo, = Luxembourgish, Luyia, Macedonian, Machame, Makhuwa-Meetto, Makonde, Malagas= y, Malay, Maltese, Manx, Meru, Meta=3DCA=3DBC, Mongolian, Morisyen, North N= debele, Northern Sami, Norwegian Bokm=3DC3=3DA5l, Norwegian Nynorsk, Nyanko= le, Oromo, Ossetic, Polish, Portuguese, Quechua, Romanian, Romansh, Rombo, = Rundi, Russian, Rwa, Samburu, Sango, Sangu, Scottish Gaelic, Sena, Serbian,= Shambala, Snhona, Slovak, Slovenian, Soga, Somali, Spanish, Swahili, Swedi= sh, Swiss German, Taita, Tajik, Teso, Tongan, Turkish, Turkmen, Ukrainian, = Upper Sorbian, Uzbek, Vietnamese, Vunjo, Walser, Welsh, Western Frisian, Yo= ruba, Zulu =09Script=09Cyrillic, Greek, Latin, Tagalog =09Version=0913.0d1e4 =09Location=09/System/Library/Fonts/Supplemental/AmericanTypewriter.ttc =09Unique name=09American Typewriter; 13.0d1e4; 2017-06-07 =09Copyright=09Digitized data (c) Copyright 1997 E+F Designstudios. ITC Ame= rican Typewriter is a registered trademark of International Typeface Corpor= ation. =09Trademark=09ITC American Typewriter is a registered trademark of Interna= tional Typeface Corporation. =09Enabled=09Yes =09Duplicate=09No =09Copy protected=09No =09Glyph count=091,195 Respectfully submitted, -James -- James P. Ascher Doctoral Student, English Department University of Virginia From unknown Wed Sep 10 01:08:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41958: ps-print-buffer only knows about some fonts for MacOS Preview References: In-Reply-To: Resent-From: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 20 Jun 2020 15:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41958 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "James P. Ascher" Cc: 41958@debbugs.gnu.org Received: via spool by 41958-submit@debbugs.gnu.org id=B41958.159266647216943 (code B ref 41958); Sat, 20 Jun 2020 15:22:02 +0000 Received: (at 41958) by debbugs.gnu.org; 20 Jun 2020 15:21:12 +0000 Received: from localhost ([127.0.0.1]:58638 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmfIu-0004PD-5z for submit@debbugs.gnu.org; Sat, 20 Jun 2020 11:21:12 -0400 Received: from mail1443c50.megamailservers.eu ([91.136.14.43]:58700 helo=mail264c50.megamailservers.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmfIp-0004OU-LA for 41958@debbugs.gnu.org; Sat, 20 Jun 2020 11:21:10 -0400 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1592666461; bh=z4GlOQp2+DTMvoHQgnjVAOnUOGh3QSlexAdhPyG1zrk=; h=From:Subject:Date:Cc:To:From; b=mS7iU2mR/TZfqVLz76uKjQbzfJDZPbZbd2ZQ8fqWAI5ZX2z/ubntxISOIuUzl6KJH Zah7e9FtEAvZU8FzSvDACk2y1hLaEso/9SPvyEOxtF1FDKoPZqT0+9TUg84DX9k6/o EneU6QU/lxrz5zpxV9HX5ntXqx/auhBNJZ7gZ/w4= Feedback-ID: mattiase@acm.or Received: from [192.168.0.4] (c188-150-171-71.bredband.comhem.se [188.150.171.71]) (authenticated bits=0) by mail264c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 05KFKwIw008681; Sat, 20 Jun 2020 15:21:00 +0000 From: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Message-Id: <2105CE64-ADDB-40E0-BD5D-93AD552B11D8@acm.org> Date: Sat, 20 Jun 2020 17:20:58 +0200 X-Mailer: Apple Mail (2.3445.104.14) X-CTCH-RefID: str=0001.0A782F20.5EEE28C4.0049, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=PPNxBsiC c=1 sm=1 tr=0 a=SF+I6pRkHZhrawxbOkkvaA==:117 a=SF+I6pRkHZhrawxbOkkvaA==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=Sd4VHNlTGvvPfpQGTkcA:9 a=CjuIK1q_8ugA:10 X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Is this really an error in what Emacs emits? My PostScript is incredibly rusty, but with the PS font name reported by Font Book, it seems to work for me. I wrote a .ps file by hand: start of file ------- %! /AmericanTypewriter findfont 12 scalefont setfont 100 400 moveto (Hello! I'm AmericanTypewriter!) show showpage end of file -------- Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.3 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Is this really an error in what Emacs emits? My PostScript is incredibly = rusty, but with the PS font name reported by Font Book, it seems to work = for me. I wrote a .ps file by hand: ------------- start of file ------- %! /AmericanTypewriter findfont 12 scalefont setfont 100 400 moveto (Hello! I'm AmericanTypewriter!) show showpage -------------- end of file -------- and it was accepted by Preview in macOS Mojave. = American-typewriter-Light worked just as well, and in both cases the = correct font was used. I don't have your Hack font installed, however. From unknown Wed Sep 10 01:08:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41958: ps-print-buffer only knows about some fonts for MacOS Preview Resent-From: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Jun 2020 09:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41958 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "James P. Ascher" Cc: 41958@debbugs.gnu.org Received: via spool by 41958-submit@debbugs.gnu.org id=B41958.159273185831496 (code B ref 41958); Sun, 21 Jun 2020 09:31:01 +0000 Received: (at 41958) by debbugs.gnu.org; 21 Jun 2020 09:30:58 +0000 Received: from localhost ([127.0.0.1]:59239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmwJV-0008Br-Os for submit@debbugs.gnu.org; Sun, 21 Jun 2020 05:30:58 -0400 Received: from mail1466c50.megamailservers.eu ([91.136.14.66]:35944 helo=mail268c50.megamailservers.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmwJR-0008BW-Tw; Sun, 21 Jun 2020 05:30:56 -0400 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1592731847; bh=8We+T3sw0IFMysXpS7gy/Lh+OR8mfJquKoknrCYIjpQ=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=Wd2sWojLhw24zZl82CvtMVAwKEth4iJDvpHAftNr0l31ivfioKC9MDQ3UZaEuWmcp udFMYtOcTdn4GeMt+LGeIE3xYAdzOpnqT5nJ4eGzb1PxHwISl0uwP9WI9ph3G5qYVy fEDtcDcbrI03tCbkcTUQOJ2em2tt18M83Ig9j0U0= Feedback-ID: mattiase@acm.or Received: from [192.168.0.4] (c188-150-171-71.bredband.comhem.se [188.150.171.71]) (authenticated bits=0) by mail268c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 05L9UiB2011169; Sun, 21 Jun 2020 09:30:46 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) From: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= In-Reply-To: Date: Sun, 21 Jun 2020 11:30:44 +0200 Content-Transfer-Encoding: 7bit Message-Id: <7787278C-2063-4D1A-9F56-E806695A3788@acm.org> References: <2105CE64-ADDB-40E0-BD5D-93AD552B11D8@acm.org> X-Mailer: Apple Mail (2.3445.104.14) X-CTCH-RefID: str=0001.0A782F26.5EEF285E.0060, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=BZ+mLYl2 c=1 sm=1 tr=0 a=SF+I6pRkHZhrawxbOkkvaA==:117 a=SF+I6pRkHZhrawxbOkkvaA==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=sfOm8-O8AAAA:8 a=MPYkPIDp-91fnXB_2TYA:9 a=CjuIK1q_8ugA:10 a=756Bfonk9FkA:10 a=TvTJqdcANYtsRzA46cdi:22 X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 41958 notabug close 41958 done 21 juni 2020 kl. 11.22 skrev James P. Ascher : > Your example shows it is not an Emacs bug and should be closed here. Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.3 KHOP_HELO_FCRDNS Relay HELO differs from its IP's reverse DNS X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) tags 41958 notabug close 41958 done 21 juni 2020 kl. 11.22 skrev James P. Ascher : > Your example shows it is not an Emacs bug and should be closed here. Thank you, and best of luck. Do tell us if anything Emacs-specific turns up. From unknown Wed Sep 10 01:08:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41958: ps-print-buffer only knows about some fonts for MacOS Preview Resent-From: "James P. Ascher" Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Jun 2020 15:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41958 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug To: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Cc: 41958@debbugs.gnu.org Reply-To: "James P. Ascher" Received: via spool by 41958-submit@debbugs.gnu.org id=B41958.159275470230224 (code B ref 41958); Sun, 21 Jun 2020 15:52:02 +0000 Received: (at 41958) by debbugs.gnu.org; 21 Jun 2020 15:51:42 +0000 Received: from localhost ([127.0.0.1]:60766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jn2Fw-0007rP-Ts for submit@debbugs.gnu.org; Sun, 21 Jun 2020 11:51:41 -0400 Received: from mail2.protonmail.ch ([185.70.40.22]:22215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmwC6-0007zN-59 for 41958@debbugs.gnu.org; Sun, 21 Jun 2020 05:23:21 -0400 Date: Sun, 21 Jun 2020 09:22:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1592731391; bh=9IdTIhOlys8a9HyTJgHNdMJl1h/JNHgbJwZyavROLCA=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=h9xp0rSKFGKdJGE/i5x8M4plOUqr0SQIeVhvB8uniWN33Kk6gpdzpRxtE6s6ai93+ NKS/pZMt52Qw08fQANdAFoZGmC/dXZh0JVYovvNpnWcR6tgCRh/NMWdHMwvc8155U4 y+wHSCVFTkFxq5s7sET7MRLNRIKi4rpTlTGzP07E= From: "James P. Ascher" Message-ID: In-Reply-To: <2105CE64-ADDB-40E0-BD5D-93AD552B11D8@acm.org> References: <2105CE64-ADDB-40E0-BD5D-93AD552B11D8@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch X-Spam-Score: -0.7 (/) X-Mailman-Approved-At: Sun, 21 Jun 2020 11:51:40 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > Is this really an error in what Emacs emits? Your example shows it is not an Emacs bug and should be closed here. Thank you! This appears to be a setup-dependent MacOS bug, which I've sent that way the best I know how: https://discussions.apple.com/thread/251495268 an= d Feedback FB7744710