Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 13:43:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229341] print/yatex does not work with Emacs26
Message-ID:  <bug-229341-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229341

            Bug ID: 229341
           Summary: print/yatex does not work with Emacs26
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs@FreeBSD.org
          Reporter: katsuyoshi.ohara@gmail.com
          Assignee: hrs@FreeBSD.org
             Flags: maintainer-feedback?(hrs@FreeBSD.org)

Yatex does not work with Emacs26 because a built-in function string-to-int =
was
removed.
Please replace string-to-int by string-to-number.

Work arround in my .emacs:
(defalias 'string-to-int 'string-to-number)

--- *Message* ---
Loading /usr/local/share/emacs/site-lisp/yatex-startup.el (source)...done
>=3D: Symbol=E2=80=99s function definition is void: string-to-int

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229341-7788>