Bug 229341 - print/yatex does not work with Emacs26
Summary: print/yatex does not work with Emacs26
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-26 13:43 UTC by katsuyoshi.ohara
Modified: 2023-11-02 14:00 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hrs)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description katsuyoshi.ohara 2018-06-26 13:43:51 UTC
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
>=: Symbol’s function definition is void: string-to-int
Comment 1 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2023-10-18 23:01:11 UTC
Is this still the case with latest emacs?