Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447912 - app-emacs/folding version bump request
Summary: app-emacs/folding version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 08:27 UTC by PetaMem R&D
Modified: 2012-12-21 06:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PetaMem R&D 2012-12-20 08:27:45 UTC
Please update app-emacs/folding to newest version or provide a 9999 GIT/SVN access to newest version at http://git.savannah.gnu.org/cgit/emacs-tiny-tools.git/tree/lisp/other/folding.el

When installing current version, we get lots of warnings like

folding.el:2671:5:Warning: `error' called with 1 args to fill 0 format
    field(s)

In folding-is-hooked:
folding.el:2702:39:Warning: `write-file-hooks' is an obsolete variable (as of
    22.1); use `write-file-functions' instead.
folding.el:2703:39:Warning: `find-file-hooks' is an obsolete variable (as of
    22.1); use `find-file-hook' instead.

In folding-install-hooks:
folding.el:2718:38:Warning: `write-file-hooks' is an obsolete variable (as of
    22.1); use `write-file-functions' instead.

In folding-mode-add-find-file-hook:
folding.el:2996:37:Warning: `find-file-hooks' is an obsolete variable (as of
    22.1); use `find-file-hook' instead.

In folding-mode:
folding.el:3295:16:Warning: `interactive-p' is an obsolete function (as of
    23.2); use `called-interactively-p' instead.


...

after inspecting the newest version in GIT, these should be fixed with the new version. 

Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2012-12-21 06:30:14 UTC
Should be fixed in folding-2012.0226.1623. Thanks for reporting.