Le 08/06/2022 à 13:31, Arash Esbati a écrit :
Hi Keita,

Ikumi Keita <[email protected]> writes:

I see, you are thinking to drop verbatim face from URL part of
\hyperref{URL}{category}{name}{text}. That's fine with me.

Thanks for your response, and yes, that was my plan.  I installed a
change also updating some other things in hyperref.el.

@Jean-François: Can you please update your local AUCTeX repo and see if
your issue is resolved?  TIA.

Best, Arash



(sorry for double posting, adding missing closing ) in my copy paste below)
Hi Arash and Keita,

Thanks for looking into this.

It does not seem to work with my set-up.

The screenshot is taken with .emacs file reduced to this

----
;; Added by Package.el.  This must come before configurations of
;; installed packages.  Don't delete this line.  If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
; (package-initialize)

(setq load-path (cons "/PATH/TO/.emacsaddons" load-path))

(setq TeX-data-directory "~/path/to/gits/auctex"
      TeX-lisp-directory TeX-data-directory)
(load "~/path/to/gits/auctex/auctex.el" nil t t)
(load "~/path/to/gits/auctex/preview-latex.el" nil t t)


(require 'mic-paren)
(paren-activate)
(add-hook 'LaTeX-mode-hook
      '(lambda nil
         (paren-toggle-matching-quoted-paren 1)
         (paren-toggle-matching-paired-delimiter 1)
        )
)
----

Best regards,

Jean-François

Reply via email to