>>>>> "Göran" == Göran Uddeborg <[email protected]> writes:
> John Stoffel skrev: >> It just shows one line of text, but I >> seem to recall it recently showed more lines of text. Sigh... any >> suggestions on where to look before I start ripping my .emacs to >> pieces to find the problem? > Not much help I'm afraid, but for what it's worth: that is how my vm > behaves too. I see the whole URL if and only if I make the window wide > enough to fit it. This is despite my message-truncate-lines is nil. > (Fedora 39, emacs 29.1, vm 8.2.0 bzr snapshot 20220609.) Whee! Here's a bunch of the errors I get in emacs 28.2 loading vm-load.el once I added the directory into my library-path. So figure maybe it's time to try and fix some errors and see if any of that helps. Probably not. And of course it means I need to (re)learn (e)lisp again. Warning (comp): vm-version.el:43:10: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-vars.el:1301:1: Warning: Alias for ‘vm-mime-honor-content-disposition’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1362:1: Warning: Alias for ‘vm-mime-auto-displayed-content-types’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1383:1: Warning: Alias for ‘vm-mime-auto-displayed-content-type-exceptions’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1888:1: Warning: Alias for ‘vm-mime-saveable-types’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1896:1: Warning: Alias for ‘vm-mime-saveable-type-exceptions’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1910:1: Warning: Alias for ‘vm-mime-deleteable-types’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1917:1: Warning: Alias for ‘vm-mime-deleteable-type-exceptions’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:2392:1: Warning: Alias for ‘vm-infer-mime-types-for-text’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:4026:1: Warning: Alias for ‘vm-mutable-window-configuration’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:4043:1: Warning: Alias for ‘vm-mutable-frame-configuration’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:6552:1: Warning: Alias for ‘vm-spam-score-headers’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:7349:40: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-vars.el:7351:54: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-vars.el:7351:54: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-version.el:43:10: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-vars.el:1301:1: Warning: Alias for ‘vm-mime-honor-content-disposition’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1362:1: Warning: Alias for ‘vm-mime-auto-displayed-content-types’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1383:1: Warning: Alias for ‘vm-mime-auto-displayed-content-type-exceptions’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1888:1: Warning: Alias for ‘vm-mime-saveable-types’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1896:1: Warning: Alias for ‘vm-mime-saveable-type-exceptions’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1910:1: Warning: Alias for ‘vm-mime-deleteable-types’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:1917:1: Warning: Alias for ‘vm-mime-deleteable-type-exceptions’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:2392:1: Warning: Alias for ‘vm-infer-mime-types-for-text’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:4026:1: Warning: Alias for ‘vm-mutable-window-configuration’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:4043:1: Warning: Alias for ‘vm-mutable-frame-configuration’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:6552:1: Warning: Alias for ‘vm-spam-score-headers’ should be declared before its referent Disable showing Disable logging Warning (comp): vm-vars.el:7349:40: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-vars.el:7351:54: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging Warning (comp): vm-vars.el:7351:54: Warning: ‘interactive-p’ is an obsolete function (as of 23.2); use ‘called-interactively-p’ instead. Disable showing Disable logging
