From unknown Fri Sep 05 11:02:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#35649 <35649@debbugs.gnu.org> To: bug#35649 <35649@debbugs.gnu.org> Subject: Status: 12.1.2; Creating a beamer document fails Reply-To: bug#35649 <35649@debbugs.gnu.org> Date: Fri, 05 Sep 2025 18:02:30 +0000 retitle 35649 12.1.2; Creating a beamer document fails reassign 35649 auctex submitter 35649 Jonas Neundorf severity 35649 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 09 10:33:31 2019 Received: (at submit) by debbugs.gnu.org; 9 May 2019 14:33:31 +0000 Received: from localhost ([127.0.0.1]:36024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOk70-0004HQ-7Z for submit@debbugs.gnu.org; Thu, 09 May 2019 10:33:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOibo-0001h4-4r for submit@debbugs.gnu.org; Thu, 09 May 2019 08:57:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:53280) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOibi-0001fB-VH for submit@debbugs.gnu.org; Thu, 09 May 2019 08:57:06 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOibh-0006Oh-FN for bug-auctex@gnu.org; Thu, 09 May 2019 08:57:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOibf-0001cj-QY for bug-auctex@gnu.org; Thu, 09 May 2019 08:57:05 -0400 Received: from smtp-o-2.desy.de ([2001:638:700:1038::1:9b]:40868) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOibf-0001X4-7J for bug-auctex@gnu.org; Thu, 09 May 2019 08:57:03 -0400 Received: from smtp-buf-3.desy.de (smtp-buf-3.desy.de [IPv6:2001:638:700:1038::1:a6]) by smtp-o-2.desy.de (Postfix) with ESMTP id 51717160571 for ; Thu, 9 May 2019 14:56:58 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp-o-2.desy.de 51717160571 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=desy.de; s=default; t=1557406618; bh=t9Yiu3lsWvRMMcrVUtVVDjbmZE0Eh6K8B4zoHdw8uf8=; h=From:To:Subject:Date:From; b=EiXcJ3v8WsIg6z9o7xxLiSLRZc5BKthYXx9TW1Y9xlEPbLNE9xRKl716xyPl0YlCW yRkgbobrPt4Hp6qw+49lAFixae8nAe0M0xVj4gWJpHIJIQ13TtQrQqm6uFoVuj1B28 VvRil7645XNSyaTGsZDo1j9lMKbLouFvoy3Rkg6s= Received: from smtp-m-3.desy.de (smtp-m-3.desy.de [IPv6:2001:638:700:1038::1:83]) by smtp-buf-3.desy.de (Postfix) with ESMTP id 4DE95A0077 for ; Thu, 9 May 2019 14:56:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at desy.de Received: from atlas17.desy.de (lb-56-26.desy.de [131.169.56.26]) by smtp-intra-1.desy.de (DESY-INTRA-1) with ESMTP id 22DB43E901 for ; Thu, 9 May 2019 14:56:58 +0200 (MEST) From: Jonas Neundorf To: bug-auctex@gnu.org Subject: 12.1.2; Creating a beamer document fails Date: Thu, 09 May 2019 14:56:22 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:638:700:1038::1:9b X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 09 May 2019 10:33:29 -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.6 (--) Dear all, I try to create a beamer document by opening a .tex file and inserting the document environment with C-c C-e in auctex 12.1.2. It fails with the message: Symbol's value as variable is void: LaTeX-hyperref-package-options-list The symbol is requested in line 374 of beamer.el and defined in line 38 of hyperref.el. It still worked a few weeks ago, so I suppose a recent update is the cause. As I have no other packages than auctex and the built-ins of my Emacs (version 25.2.2) installed, this should not come from a package conflict. I have tried reinstalling auctex to no effect. A backtrace is appended below. Best regards, Jonas Neundorf Debugger entered--Lisp error: (void-variable LaTeX-hyperref-package-options-list) eval(LaTeX-hyperref-package-options-list) #[(x) "A@\203A@9\203\301A@!\204@\302A@!CB\207\207" [x functionp eval] 3](("hyperref" LaTeX-hyperref-package-options-list)) mapcar(#[(x) "A@\203A@9\203\301A@!\204@\302A@!CB\207\207" [x functionp eval] 3] (("usepdftitle" ("false")) ("envcountsect") ("notheorems") ("noamsthm") ("compress") ("t") ("c") ("leqno") ("fleqn") ("handout") ("trans") ("pdftex") ("nativepdf") ("pdfmark") ("dvips") ("dviwindo") ("dvipsone") ("vtex") ("ps2pdf") ("ignorenonframetext") ("noamssymb") ("bigger") ("smaller") ("8pt") ("9pt") ("10pt") ("11pt") ("12pt") ("14pt") ("17pt") ("20pt") ("draft") ("CJK") ("cjk") ("pgf") ("hyperref" LaTeX-hyperref-package-options-list) ("color") ("xcolor") ("ucs") ("utf8x") ("utf8") ("aspectratio" ("1610" "169" "149" "54" "43" "32")))) multi-prompt-expand-completion-table((("usepdftitle" ("false")) ("envcountsect") ("notheorems") ("noamsthm") ("compress") ("t") ("c") ("leqno") ("fleqn") ("handout") ("trans") ("pdftex") ("nativepdf") ("pdfmark") ("dvips") ("dviwindo") ("dvipsone") ("vtex") ("ps2pdf") ("ignorenonframetext") ("noamssymb") ("bigger") ("smaller") ("8pt") ("9pt") ("10pt") ("11pt") ("12pt") ("14pt") ("17pt") ("20pt") ("draft") ("CJK") ("cjk") ("pgf") ("hyperref" LaTeX-hyperref-package-options-list) ("color") ("xcolor") ("ucs") ("utf8x") ("utf8") ("aspectratio" ("1610" "169" "149" "54" "43" "32")))) multi-prompt-key-value("(Optional) Options (k=v): " (("usepdftitle" ("false")) ("envcountsect") ("notheorems") ("noamsthm") ("compress") ("t") ("c") ("leqno") ("fleqn") ("handout") ("trans") ("pdftex") ("nativepdf") ("pdfmark") ("dvips") ("dviwindo") ("dvipsone") ("vtex") ("ps2pdf") ("ignorenonframetext") ("noamssymb") ("bigger") ("smaller") ("8pt") ("9pt") ("10pt") ("11pt") ("12pt") ("14pt") ("17pt") ("20pt") ("draft") ("CJK") ("cjk") ("pgf") ("hyperref" LaTeX-hyperref-package-options-list) ("color") ("xcolor") ("ucs") ("utf8x") ("utf8") ("aspectratio" ("1610" "169" "149" "54" "43" "32")))) TeX-read-key-val(t (("usepdftitle" ("false")) ("envcountsect") ("notheorems") ("noamsthm") ("compress") ("t") ("c") ("leqno") ("fleqn") ("handout") ("trans") ("pdftex") ("nativepdf") ("pdfmark") ("dvips") ("dviwindo") ("dvipsone") ("vtex") ("ps2pdf") ("ignorenonframetext") ("noamssymb") ("bigger") ("smaller") ("8pt") ("9pt") ("10pt") ("11pt") ("12pt") ("14pt") ("17pt") ("20pt") ("draft") ("CJK") ("cjk") ("pgf") ("hyperref" LaTeX-hyperref-package-options-list) ("color") ("xcolor") ("ucs") ("utf8x") ("utf8") ("aspectratio" ("1610" "169" "149" "54" "43" "32")))) LaTeX-beamer-class-options() TeX-arg-document(nil) TeX-parse-argument(nil TeX-arg-document) TeX-parse-arguments((TeX-arg-document)) TeX-parse-macro("documentclass" (TeX-arg-document)) TeX-insert-macro("documentclass") LaTeX-env-document("document") apply(LaTeX-env-document "document" nil) LaTeX-environment-menu("document") LaTeX-environment(nil) funcall-interactively(LaTeX-environment nil) call-interactively(LaTeX-environment nil nil) command-execute(LaTeX-environment) Emacs : GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 2017-09-22, modified by Debian Package: 12.1.2 current state: ============== (setq AUCTeX-date "2019-02-08" window-system 'x LaTeX-version "2e" TeX-style-path '("~/.emacs.d/auctex" "/home/neundorf/.emacs.d/elpa/auctex-12.1.2/style" "/home/neundorf/.emacs.d/auctex/auto" "/home/neundorf/.emacs.d/auctex/style" "auto" "style") TeX-auto-save nil TeX-parse-self t TeX-master t TeX-command-list '(("TeX" "%(PDF)%(tex) %(file-line-error) %`%(extraopts) %S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %T" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "amstex %(PDFout) %`%(extraopts) %S%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "%(cntxcom) --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "%(cntxcom) %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-dvips t t :help "Generate PostScript file") ("Dvips" "%(o?)dvips %d -o %f " TeX-run-dvips nil t :help "Convert DVI file to PostScript") ("Dvipdfmx" "dvipdfmx %d" TeX-run-dvipdfmx nil t :help "Convert DVI file to PDF with dvipdfmx") ("Ps2pdf" "ps2pdf %f" TeX-run-ps2pdf nil t :help "Convert PostScript file to PDF") ("Glossaries" "makeglossaries %s" TeX-run-command nil t :help "Run makeglossaries to create glossary file") ("Index" "makeindex %s" TeX-run-index nil t :help "Run makeindex to create index file") ("upMendex" "upmendex %s" TeX-run-index t t :help "Run upmendex to create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command")) ) From debbugs-submit-bounces@debbugs.gnu.org Thu May 09 11:45:26 2019 Received: (at 35649) by debbugs.gnu.org; 9 May 2019 15:45:26 +0000 Received: from localhost ([127.0.0.1]:36135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOlEb-0008VX-Oa for submit@debbugs.gnu.org; Thu, 09 May 2019 11:45:26 -0400 Received: from smtp1.inetd.co.jp ([210.129.88.11]:57114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOlEZ-0008Rb-8E for 35649@debbugs.gnu.org; Thu, 09 May 2019 11:45:24 -0400 Received: from localhost (210-20-196-114.rev.home.ne.jp [210.20.196.114]) by smtp1.inetd.co.jp (Postfix) with ESMTPA id AC7AA99; Fri, 10 May 2019 00:45:20 +0900 (JST) From: Ikumi Keita To: Jonas Neundorf , Arash Esbati Subject: Re: bug#35649: 12.1.2; Creating a beamer document fails In-reply-to: References: Comments: In-reply-to Jonas Neundorf message dated "Thu, 09 May 2019 14:56:22 +0200." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <5854.1557416717.1@localhost> Content-Transfer-Encoding: quoted-printable Date: Fri, 10 May 2019 00:45:17 +0900 Message-ID: <5855.1557416717@localhost> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35649 Cc: 35649@debbugs.gnu.org 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.0 (-) Hi Jonas and Arash, >>>>> Jonas Neundorf writes: > I try to create a beamer document by opening a .tex file and > inserting the document environment with C-c C-e in auctex 12.1.2. It fai= ls with the message: > Symbol's value as variable is void: LaTeX-hyperref-package-options-list Thanks for the report. Arash, it turned out that our expectation[1] was not correct. The style file beamer.el requires to be processed with `TeX-run-style-hooks' in order to obtain its class options for use with completion. Just loading it with `TeX-load-style' is not enough because hyperref.el, which defines the variable `LaTeX-hyperref-package-options-list', is loaded only through `(TeX-run-style-hooks ... "hyperref" ...) in the style hook created with `(TeX-add-style-hook "beamer" ...)'. What way should we take? To partially revert the change discussed in [1]? Or to fix the style file each time similar problem occurs? Or somethig else? Regards, Ikumi Keita [1] https://lists.gnu.org/archive/html/auctex/2018-11/msg00028.html https://lists.gnu.org/archive/html/auctex/2018-11/msg00029.html From debbugs-submit-bounces@debbugs.gnu.org Thu May 09 15:46:33 2019 Received: (at 35649) by debbugs.gnu.org; 9 May 2019 19:46:33 +0000 Received: from localhost ([127.0.0.1]:36489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOozw-0005nv-MH for submit@debbugs.gnu.org; Thu, 09 May 2019 15:46:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOozu-0005ng-5C for 35649@debbugs.gnu.org; Thu, 09 May 2019 15:46:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOozn-0007se-0n; Thu, 09 May 2019 15:46:23 -0400 Received: from p4fe3e960.dip0.t-ipconnect.de ([79.227.233.96]:52702 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1hOozm-0001LI-Fo; Thu, 09 May 2019 15:46:22 -0400 From: Arash Esbati To: Ikumi Keita Subject: Re: bug#35649: 12.1.2; Creating a beamer document fails References: <5855.1557416717@localhost> Date: Thu, 09 May 2019 21:45:36 +0200 In-Reply-To: <5855.1557416717@localhost> (Ikumi Keita's message of "Fri, 10 May 2019 00:45:17 +0900") Message-ID: <86zhnvwgwv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35649 Cc: 35649@debbugs.gnu.org, Jonas Neundorf 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: -3.3 (---) Ikumi Keita writes: >>>>>> Jonas Neundorf writes: >> I try to create a beamer document by opening a .tex file and >> inserting the document environment with C-c C-e in auctex 12.1.2. It fails with the message: > >> Symbol's value as variable is void: LaTeX-hyperref-package-options-list > > Thanks for the report. Arash, it turned out that our expectation[1] was > not correct. The style file beamer.el requires to be processed with > `TeX-run-style-hooks' in order to obtain its class options for use with > completion. Just loading it with `TeX-load-style' is not enough because > hyperref.el, which defines the variable > `LaTeX-hyperref-package-options-list', is loaded only through > `(TeX-run-style-hooks ... "hyperref" ...) in the style hook created with > `(TeX-add-style-hook "beamer" ...)'. > > What way should we take? To partially revert the change discussed in > [1]? Or to fix the style file each time similar problem occurs? Or > somethig else? Hi Keita, I haven't looked at it in depth, but what do you think about this solution? --8<---------------cut here---------------start------------->8--- diff --git a/style/beamer.el b/style/beamer.el index fb69fc41..5de0d323 100644 --- a/style/beamer.el +++ b/style/beamer.el @@ -363,6 +363,7 @@ also be a string. Then the length of the string is used." (defun LaTeX-beamer-class-options () "Read the beamer class options from the user." + (TeX-load-style "hyperref") (TeX-read-key-val t '(("usepdftitle" ("false")) ("envcountsect") ("notheorems") ("noamsthm") ("compress") ("t") ("c") ("leqno") ("fleqn") ("handout") ("trans") ("pdftex") --8<---------------cut here---------------end--------------->8--- Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Fri May 10 01:54:29 2019 Received: (at 35649) by debbugs.gnu.org; 10 May 2019 05:54:29 +0000 Received: from localhost ([127.0.0.1]:36932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOyUG-0005kT-QD for submit@debbugs.gnu.org; Fri, 10 May 2019 01:54:28 -0400 Received: from smtp1.inetd.co.jp ([210.129.88.11]:39294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hOyUE-0005kK-KN for 35649@debbugs.gnu.org; Fri, 10 May 2019 01:54:27 -0400 Received: from localhost (210-20-196-114.rev.home.ne.jp [210.20.196.114]) by smtp1.inetd.co.jp (Postfix) with ESMTPA id 2DD02A1; Fri, 10 May 2019 14:54:24 +0900 (JST) From: Ikumi Keita To: Arash Esbati Subject: Re: bug#35649: 12.1.2; Creating a beamer document fails In-reply-to: <86zhnvwgwv.fsf@gnu.org> References: <5855.1557416717@localhost> <86zhnvwgwv.fsf@gnu.org> Comments: In-reply-to Arash Esbati message dated "Thu, 09 May 2019 21:45:36 +0200." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1579.1557467663.1@localhost> Content-Transfer-Encoding: quoted-printable Date: Fri, 10 May 2019 14:54:23 +0900 Message-ID: <1580.1557467663@localhost> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35649 Cc: 35649@debbugs.gnu.org, Jonas Neundorf 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.0 (-) Hi Arash, >>>>> Arash Esbati writes: >> What way should we take? To partially revert the change discussed in >> [1]? Or to fix the style file each time similar problem occurs? Or >> somethig else? > Hi Keita, > I haven't looked at it in depth, but what do you think about this > solution? Thanks, it works well. This is categorazed in the second type of the approaches mentioned above. Does anyone have different opinion that we should take the first conservative type approach? If not, I agree with this solution. > diff --git a/style/beamer.el b/style/beamer.el > index fb69fc41..5de0d323 100644 > --- a/style/beamer.el > +++ b/style/beamer.el > @@ -363,6 +363,7 @@ also be a string. Then the length of the string is = used." > (defun LaTeX-beamer-class-options () > "Read the beamer class options from the user." > + (TeX-load-style "hyperref") > (TeX-read-key-val t '(("usepdftitle" ("false")) ("envcountsect") > ("notheorems") ("noamsthm") ("compress") ("t") (= "c") > ("leqno") ("fleqn") ("handout") ("trans") ("pdft= ex") Regards, Ikumi Keita From debbugs-submit-bounces@debbugs.gnu.org Thu May 16 02:21:27 2019 Received: (at 35649) by debbugs.gnu.org; 16 May 2019 06:21:27 +0000 Received: from localhost ([127.0.0.1]:54057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hR9lf-0002Zb-Kq for submit@debbugs.gnu.org; Thu, 16 May 2019 02:21:27 -0400 Received: from smtp1.inetd.co.jp ([210.129.88.11]:42610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hR9lb-0002ZP-PG for 35649@debbugs.gnu.org; Thu, 16 May 2019 02:21:26 -0400 Received: from localhost (210-20-196-114.rev.home.ne.jp [210.20.196.114]) by smtp1.inetd.co.jp (Postfix) with ESMTPA id EEF1D83; Thu, 16 May 2019 15:21:20 +0900 (JST) From: Ikumi Keita To: Arash Esbati Subject: Re: bug#35649: 12.1.2; Creating a beamer document fails In-reply-to: <1580.1557467663@localhost> References: <5855.1557416717@localhost> <86zhnvwgwv.fsf@gnu.org> <1580.1557467663@localhost> Comments: In-reply-to Ikumi Keita message dated "Fri, 10 May 2019 14:54:23 +0900." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <5208.1557987679.1@localhost> Date: Thu, 16 May 2019 15:21:20 +0900 Message-ID: <5209.1557987680@localhost> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35649 Cc: 35649@debbugs.gnu.org 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.0 (-) >>>>> Ikumi Keita writes: > Hi Arash, >>>>> Arash Esbati writes: >>> What way should we take? To partially revert the change discussed in >>> [1]? Or to fix the style file each time similar problem occurs? Or >>> somethig else? >> Hi Keita, >> I haven't looked at it in depth, but what do you think about this >> solution? > Thanks, it works well. This is categorazed in the second type of the > approaches mentioned above. Does anyone have different opinion that we > should take the first conservative type approach? If not, I agree with > this solution. Since nobody opposed Arash's idea for this week, I think it's accepted. Arash, do you commit it for yourself? Or should I do that? Best, Ikumi Keita From debbugs-submit-bounces@debbugs.gnu.org Fri May 17 07:52:28 2019 Received: (at 35649-done) by debbugs.gnu.org; 17 May 2019 11:52:28 +0000 Received: from localhost ([127.0.0.1]:57615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hRbPY-0008GM-7O for submit@debbugs.gnu.org; Fri, 17 May 2019 07:52:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hRbPW-0008G7-MH for 35649-done@debbugs.gnu.org; Fri, 17 May 2019 07:52:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRbPQ-0000K7-HV; Fri, 17 May 2019 07:52:20 -0400 Received: from p4fe3e9e8.dip0.t-ipconnect.de ([79.227.233.232]:49794 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1hRbPQ-0003eX-2f; Fri, 17 May 2019 07:52:20 -0400 From: Arash Esbati To: Ikumi Keita Subject: Re: bug#35649: 12.1.2; Creating a beamer document fails References: <5855.1557416717@localhost> <86zhnvwgwv.fsf@gnu.org> <1580.1557467663@localhost> <5209.1557987680@localhost> Date: Fri, 17 May 2019 13:51:54 +0200 In-Reply-To: <5209.1557987680@localhost> (Ikumi Keita's message of "Thu, 16 May 2019 15:21:20 +0900") Message-ID: <86h89t2t9h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35649-done Cc: 35649-done@debbugs.gnu.org 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: -3.3 (---) Ikumi Keita writes: > Since nobody opposed Arash's idea for this week, I think it's accepted. > Arash, do you commit it for yourself? Or should I do that? Change pushed. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Fri May 17 08:54:26 2019 Received: (at 35649-done) by debbugs.gnu.org; 17 May 2019 12:54:26 +0000 Received: from localhost ([127.0.0.1]:57734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hRcNW-0001MF-FR for submit@debbugs.gnu.org; Fri, 17 May 2019 08:54:26 -0400 Received: from smtp1.inetd.co.jp ([210.129.88.11]:40010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hRcNU-0001M5-6d for 35649-done@debbugs.gnu.org; Fri, 17 May 2019 08:54:24 -0400 Received: from localhost (210-20-196-114.rev.home.ne.jp [210.20.196.114]) by smtp1.inetd.co.jp (Postfix) with ESMTPA id 00DF262; Fri, 17 May 2019 21:54:20 +0900 (JST) From: Ikumi Keita To: Arash Esbati Subject: Re: bug#35649: 12.1.2; Creating a beamer document fails In-reply-to: <86h89t2t9h.fsf@gnu.org> References: <5855.1557416717@localhost> <86zhnvwgwv.fsf@gnu.org> <1580.1557467663@localhost> <5209.1557987680@localhost> <86h89t2t9h.fsf@gnu.org> Comments: In-reply-to Arash Esbati message dated "Fri, 17 May 2019 13:51:54 +0200." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <42485.1558097659.1@localhost> Date: Fri, 17 May 2019 21:54:20 +0900 Message-ID: <42486.1558097660@localhost> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35649-done Cc: 35649-done@debbugs.gnu.org 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.0 (-) >>>>> Arash Esbati writes: > Ikumi Keita writes: >> Since nobody opposed Arash's idea for this week, I think it's accepted. >> Arash, do you commit it for yourself? Or should I do that? > Change pushed. Best, Arash Thanks! Bye, Ikumi Keita From unknown Fri Sep 05 11:02:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Jun 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator