GNU bug report logs - #20781
Xemacs 21.4.22 MaC OS Yosmite: (customize-option 'TeX-view-program-list) fails with error

Previous Next

Package: auctex;

Reported by: Uwe Brauer <oub <at> mat.ucm.es>

Date: Wed, 10 Jun 2015 06:46:02 UTC

Severity: normal

Done: Mosè Giordano <mose <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20781 in the body.
You can then email your comments to 20781 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Wed, 10 Jun 2015 06:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Uwe Brauer <oub <at> mat.ucm.es>:
New bug report received and forwarded. Copy sent to bug-auctex <at> gnu.org. (Wed, 10 Jun 2015 06:46:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Uwe Brauer <oub <at> mat.ucm.es>
To: bug-auctex <at> gnu.org
Subject: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Wed, 10 Jun 2015 08:44:58 +0200
[Message part 1 (text/plain, inline)]
Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following
error when trying to run 
(customize-option 'TeX-view-program-list) fails with error
However 
(customize-option 'TeX-command-list)

Works!!

Uwe Brauer 

[custom-error.txt (text/plain, inline)]
Debugger entered--Lisp error: (void-function nil)
  nil((alist :key-type (string :tag "Name") :value-type (choice (group :tag "Command" ...) (group :tag "Command parts" ...) (group :tag "Function" function))) (("okular" "okular -unique %o#src:%n%b")))
  widget-apply((alist :key-type (string :tag "Name") :value-type (choice (group :tag "Command" ...) (group :tag "Command parts" ...) (group :tag "Function" function))) :match (("okular" "okular -unique %o#src:%n%b")))
  custom-variable-value-create((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t))
  widget-apply((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t) :value-create)
  widget-default-create((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t))
  widget-apply((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t) :create)
  widget-create(custom-variable :documentation-shown t :custom-state unknown :tag "Tex View Program List" :value TeX-view-program-list)
  #<compiled-function (entry) "...(19)" [entry widget-create :documentation-shown t :custom-state unknown :tag custom-unlispify-tag-name :value] 10>((TeX-view-program-list custom-variable))
  mapcar(#<compiled-function (entry) "...(19)" [entry widget-create :documentation-shown t :custom-state unknown :tag custom-unlispify-tag-name :value] 10> ((TeX-view-program-list custom-variable)))
  custom-buffer-create-internal(((TeX-view-program-list custom-variable)) nil)
  custom-buffer-create(((TeX-view-program-list custom-variable)) "*Customize Variable: Tex View Program List*")
  #<compiled-function (symbol) "...(13)" [symbol custom-buffer-create custom-variable format "*Customize Variable: %s*" custom-unlispify-tag-name] 6 ("/opt/local/lib/xemacs-21.4.22/lisp/cus-edit.elc" . 18275) (custom-variable-prompt)>(TeX-view-program-list)
  call-interactively(customize-option)
  command-execute(customize-option t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)
[Message part 3 (text/plain, inline)]

------------------------------------------------------------------------



Emacs  : XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i386-apple-darwin14.0.0, Mule) of Mon Nov  3 2014 on AroberiMac.local
Package: 11.88

current state:
==============
(setq
 AUCTeX-date "2014-10-29"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("/usr/local/var/auctex/" "/opt/local/lib/xemacs-21.4.22/xemacs-packages/etc/auctex/style"
		  "/Users/arober/.emacs.d/auctex/auto" "/Users/arober/.emacs.d/auctex/style" "auto" "style")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil
		     (plain-tex-mode texinfo-mode ams-tex-mode) :help "Run plain TeX")
		    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX t (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" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX t (ams-tex-mode)
		     :help "Run AMSTeX")
		    ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil
		     (context-mode) :help "Run ConTeXt once")
		    ("ConTeXt Full" "texexec %(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")
		    ("pdflatex" "pdflatex %t" TeX-run-command t t)
		    ("milatex" "latex -src-specials %t" TeX-run-command t t)
		    ("mipdf" "dvips %d -o %f |ps2pdf %f" TeX-run-command t t)
		    ("dvips" "dvips %d -o %f" TeX-run-command t t) ("ps2pdf" "ps2pdf %f" TeX-run-command t t)
		    ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer")
		    ("xdvi" "xdvi %d" TeX-run-command t t)
		    ("Preview" "open -a Preview %s.pdf" TeX-run-command t t)
		    ("Skim" "open -a  Skim %s.pdf" TeX-run-command t t)
		    ("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-command t t :help "Generate PostScript file")
		    ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file")
		    ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file")
		    ("dos2unix" "dos2unix %t" TeX-run-command t t)
		    ("Check" "lacheck %s" TeX-run-compile t (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"))
 )




Information forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Wed, 10 Jun 2015 07:45:03 GMT) Full text and rfc822 format available.

Message #8 received at 20781 <at> debbugs.gnu.org (full text, mbox):

From: Mosè Giordano <mose <at> gnu.org>
To: Uwe Brauer <oub <at> mat.ucm.es>
Cc: 20781 <at> debbugs.gnu.org
Subject: Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Wed, 10 Jun 2015 09:43:18 +0200
Hi Uwe,

2015-06-10 8:44 GMT+02:00 Uwe Brauer <oub <at> mat.ucm.es>:
>
> Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following
> error when trying to run
> (customize-option 'TeX-view-program-list) fails with error
> However
> (customize-option 'TeX-command-list)
>
> Works!!

Why do you think this has something to do with AUCTeX?  I cannot see
what we can do to fix this bug, which I cannot reproduce with GNU
Emacs on GNU/Linux.  We have very few system dependent configurations,
I guess a system dependent bug comes from somewhere else.

Bye,
Mosè




Information forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Wed, 10 Jun 2015 08:48:02 GMT) Full text and rfc822 format available.

Message #11 received at 20781 <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Mosè Giordano <mose <at> gnu.org>
Cc: Uwe Brauer <oub <at> mat.ucm.es>, 20781 <at> debbugs.gnu.org
Subject: Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Wed, 10 Jun 2015 10:47:41 +0200
Mosè Giordano <mose <at> gnu.org> writes:

>> Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following
>> error when trying to run
>> (customize-option 'TeX-view-program-list) fails with error
>> However
>> (customize-option 'TeX-command-list)
>>
>> Works!!
>
> Why do you think this has something to do with AUCTeX?  I cannot see
> what we can do to fix this bug, which I cannot reproduce with GNU
> Emacs on GNU/Linux.  We have very few system dependent configurations,
> I guess a system dependent bug comes from somewhere else.

Uwe, you could try out the current Git version instead of 11.88.  In
11.88 the :type of `TeX-view-program-list' changed from (alist ...) to
(repeat (list ...)).  Maybe Xemacs 21.4.22 has a problem with the alist
type, who knows...

Another blind guess is that the value is already customized and doesn't
match the type anymore, and thus you get an error when the widgets are
created and tried to be filled with the current value.  So delete the
customization, restart, and try again.  Maybe that helps...

Bye,
Tassilo




Information forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Wed, 10 Jun 2015 08:56:02 GMT) Full text and rfc822 format available.

Message #14 received at 20781 <at> debbugs.gnu.org (full text, mbox):

From: Mosè Giordano <mose <at> gnu.org>
To: Tassilo Horn <tsdh <at> gnu.org>
Cc: Uwe Brauer <oub <at> mat.ucm.es>, 20781 <20781 <at> debbugs.gnu.org>
Subject: Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Wed, 10 Jun 2015 10:54:14 +0200
Hi Tassilo,

2015-06-10 10:47 GMT+02:00 Tassilo Horn <tsdh <at> gnu.org>:
> Mosè Giordano <mose <at> gnu.org> writes:
>
>>> Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following
>>> error when trying to run
>>> (customize-option 'TeX-view-program-list) fails with error
>>> However
>>> (customize-option 'TeX-command-list)
>>>
>>> Works!!
>>
>> Why do you think this has something to do with AUCTeX?  I cannot see
>> what we can do to fix this bug, which I cannot reproduce with GNU
>> Emacs on GNU/Linux.  We have very few system dependent configurations,
>> I guess a system dependent bug comes from somewhere else.
>
> Uwe, you could try out the current Git version instead of 11.88.  In
> 11.88 the :type of `TeX-view-program-list' changed from (alist ...) to
> (repeat (list ...)).  Maybe Xemacs 21.4.22 has a problem with the alist
> type, who knows...

Uh, I forgot to mention I tried with XEmacs (21.4.22) on GNU/Linux
too: same result, no error here.

Bye,
Mosè




Information forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Wed, 10 Jun 2015 09:34:02 GMT) Full text and rfc822 format available.

Message #17 received at 20781 <at> debbugs.gnu.org (full text, mbox):

From: Uwe Brauer <oub <at> mat.ucm.es>
To: Tassilo Horn <tsdh <at> gnu.org>
Cc: 20781 <at> debbugs.gnu.org, Mosè Giordano <mose <at> gnu.org>
Subject: Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Wed, 10 Jun 2015 11:33:23 +0200
   > Mosè Giordano <mose <at> gnu.org> writes:

   > Uwe, you could try out the current Git version instead of 11.88.  In
   > 11.88 the :type of `TeX-view-program-list' changed from (alist ...) to
   > (repeat (list ...)).  Maybe Xemacs 21.4.22 has a problem with the alist
   > type, who knows...

I will check with xemacs-21.4.22 on GNU/Linux


   > Another blind guess is that the value is already customized and
   > doesn't match the type anymore, and thus you get an error when the
   > widgets are created and tried to be filled with the current value. 
   > So delete the customization, restart, and try again. Maybe that
   > helps...

Good idea I will try this.

   > Bye,
   > Tassilo





Information forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Wed, 10 Jun 2015 10:31:03 GMT) Full text and rfc822 format available.

Message #20 received at 20781 <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Mosè Giordano <mose <at> gnu.org>
Cc: Uwe Brauer <oub <at> mat.ucm.es>, 20781 <20781 <at> debbugs.gnu.org>
Subject: Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Wed, 10 Jun 2015 12:30:30 +0200
Mosè Giordano <mose <at> gnu.org> writes:

>> Uwe, you could try out the current Git version instead of 11.88.  In
>> 11.88 the :type of `TeX-view-program-list' changed from (alist ...) to
>> (repeat (list ...)).  Maybe Xemacs 21.4.22 has a problem with the alist
>> type, who knows...
>
> Uh, I forgot to mention I tried with XEmacs (21.4.22) on GNU/Linux
> too: same result, no error here.

Ah, then that's a different story. :-)

But maybe my other guess applies, i.e., that there's a customized value
already which doesn't match the :type spec.

Bye,
Tassilo




Reply sent to Mosè Giordano <mose <at> gnu.org>:
You have taken responsibility. (Wed, 17 Jan 2018 23:17:01 GMT) Full text and rfc822 format available.

Notification sent to Uwe Brauer <oub <at> mat.ucm.es>:
bug acknowledged by developer. (Wed, 17 Jan 2018 23:17:02 GMT) Full text and rfc822 format available.

Message #25 received at 20781-done <at> debbugs.gnu.org (full text, mbox):

From: Mosè Giordano <mose <at> gnu.org>
To: Uwe Brauer <oub <at> mat.ucm.es>
Cc: 20781-done <at> debbugs.gnu.org
Subject: Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite: (customize-option
 'TeX-view-program-list) fails with error
Date: Thu, 18 Jan 2018 00:15:19 +0100
Dear Uwe,

I'm closing this ticket as we don't support XEmacs anymore.

Bye,
Mosè


2015-06-10 8:44 GMT+02:00 Uwe Brauer <oub <at> mat.ucm.es>:
>
> Using Xemacs 21.4.22 mule on Mac OS Yosmite, I obtain the following
> error when trying to run
> (customize-option 'TeX-view-program-list) fails with error
> However
> (customize-option 'TeX-command-list)
>
> Works!!
>
> Uwe Brauer
>
>
> Debugger entered--Lisp error: (void-function nil)
>   nil((alist :key-type (string :tag "Name") :value-type (choice (group :tag "Command" ...) (group :tag "Command parts" ...) (group :tag "Function" function))) (("okular" "okular -unique %o#src:%n%b")))
>   widget-apply((alist :key-type (string :tag "Name") :value-type (choice (group :tag "Command" ...) (group :tag "Command parts" ...) (group :tag "Function" function))) :match (("okular" "okular -unique %o#src:%n%b")))
>   custom-variable-value-create((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t))
>   widget-apply((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t) :value-create)
>   widget-default-create((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t))
>   widget-apply((custom-variable :custom-form edit :value TeX-view-program-list :tag "Tex View Program List" :custom-state unknown :documentation-shown t) :create)
>   widget-create(custom-variable :documentation-shown t :custom-state unknown :tag "Tex View Program List" :value TeX-view-program-list)
>   #<compiled-function (entry) "...(19)" [entry widget-create :documentation-shown t :custom-state unknown :tag custom-unlispify-tag-name :value] 10>((TeX-view-program-list custom-variable))
>   mapcar(#<compiled-function (entry) "...(19)" [entry widget-create :documentation-shown t :custom-state unknown :tag custom-unlispify-tag-name :value] 10> ((TeX-view-program-list custom-variable)))
>   custom-buffer-create-internal(((TeX-view-program-list custom-variable)) nil)
>   custom-buffer-create(((TeX-view-program-list custom-variable)) "*Customize Variable: Tex View Program List*")
>   #<compiled-function (symbol) "...(13)" [symbol custom-buffer-create custom-variable format "*Customize Variable: %s*" custom-unlispify-tag-name] 6 ("/opt/local/lib/xemacs-21.4.22/lisp/cus-edit.elc" . 18275) (custom-variable-prompt)>(TeX-view-program-list)
>   call-interactively(customize-option)
>   command-execute(customize-option t)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)
>
>
>
> ------------------------------------------------------------------------
>
>
>
> Emacs  : XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i386-apple-darwin14.0.0, Mule) of Mon Nov  3 2014 on AroberiMac.local
> Package: 11.88
>
> current state:
> ==============
> (setq
>  AUCTeX-date "2014-10-29"
>  window-system 'x
>  LaTeX-version "2e"
>  TeX-style-path '("/usr/local/var/auctex/" "/opt/local/lib/xemacs-21.4.22/xemacs-packages/etc/auctex/style"
>                   "/Users/arober/.emacs.d/auctex/auto" "/Users/arober/.emacs.d/auctex/style" "auto" "style")
>  TeX-auto-save nil
>  TeX-parse-self nil
>  TeX-master t
>  TeX-command-list '(("TeX" "%(PDF)%(tex) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil
>                      (plain-tex-mode texinfo-mode ams-tex-mode) :help "Run plain TeX")
>                     ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX t (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" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX t (ams-tex-mode)
>                      :help "Run AMSTeX")
>                     ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil
>                      (context-mode) :help "Run ConTeXt once")
>                     ("ConTeXt Full" "texexec %(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")
>                     ("pdflatex" "pdflatex %t" TeX-run-command t t)
>                     ("milatex" "latex -src-specials %t" TeX-run-command t t)
>                     ("mipdf" "dvips %d -o %f |ps2pdf %f" TeX-run-command t t)
>                     ("dvips" "dvips %d -o %f" TeX-run-command t t) ("ps2pdf" "ps2pdf %f" TeX-run-command t t)
>                     ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer")
>                     ("xdvi" "xdvi %d" TeX-run-command t t)
>                     ("Preview" "open -a Preview %s.pdf" TeX-run-command t t)
>                     ("Skim" "open -a  Skim %s.pdf" TeX-run-command t t)
>                     ("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-command t t :help "Generate PostScript file")
>                     ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file")
>                     ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file")
>                     ("dos2unix" "dos2unix %t" TeX-run-command t t)
>                     ("Check" "lacheck %s" TeX-run-compile t (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"))
>  )
>
>
>
>
> _______________________________________________
> bug-auctex mailing list
> bug-auctex <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-auctex
>




Information forwarded to bug-auctex <at> gnu.org:
bug#20781; Package auctex. (Thu, 18 Jan 2018 14:30:02 GMT) Full text and rfc822 format available.

Message #28 received at 20781 <at> debbugs.gnu.org (full text, mbox):

From: Uwe Brauer <oub <at> mat.ucm.es>
To: help-debbugs <at> gnu.org (GNU bug Tracking System)
Cc: Uwe Brauer <oub <at> mat.ucm.es>, 20781 <at> debbugs.gnu.org
Subject: Re: bug#20781: closed (Re: bug#20781: Xemacs 21.4.22 MaC OS Yosmite:
 (customize-option 'TeX-view-program-list) fails with error)
Date: Thu, 18 Jan 2018 15:28:56 +0100
>>> "GNU" == GNU bug Tracking System <help-debbugs <at> gnu.org> 
>>> writes: 

  > From: Mosè Giordano <mose <at> gnu.org> Subject: Re: bug#20781: 
  > Xemacs 21.4.22 MaC OS Yosmite: (customize-option 
  > 'TeX-view-program-list) fails with error To: Uwe Brauer 
  > <oub <at> mat.ucm.es> Cc: 20781-done <at> debbugs.gnu.org Date: Thu, 18 
  > Jan 2018 00:15:19 +0100 (15 hours, 12 minutes, 26 seconds 
  > ago) 

  > Dear Uwe, 

  > I'm closing this ticket as we don't support XEmacs anymore. 

  > Bye, Mosè 

Hi Mosè

I forgot that BUG completely. Please go ahead, even I use Xemacs 
only very sparsely.

Uwe 




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 16 Feb 2018 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.