I was thinking of simply removing maplev.el from the package since it's
so old and maybe obsolete, but I just found a version of maplev.el
modified in March 2013 from the upstream author at
https://github.com/JoeRiel/maplev.  Maybe there's hope for it.

However it still contains the line
 (require 'abbrevlist)

used for `list-one-abbrev-table' in `maplev-abbrev-help'.  But
`list-one-abbrev-table' is an autoload.  The require line could be
commented out to see if that changes anything.  I doubt it, since
byte-compiling the file from emacs24 yields no errors for me, only a few
warnings:

,----
| Compiling file /usr/share/emacs24/site-lisp/emacs-goodies-el/maplev.el at Tue 
Jul  8 13:50:57 2014
| maplev.el:131:1:Warning: cl package required at runtime
| 
| In maplev-fill-paragraph:
| maplev.el:1628:4:Warning: value returned from (make-string (/ (current-column)
|     tab-width) 9) is unused
| 
| In maplev-mode:
| maplev.el:1823:9:Warning: assignment to free variable
|     `imenu-default-create-index-function'
| 
| In maplev-cmaple--clear-buffer:
| maplev.el:3479:8:Warning: Use `with-current-buffer' rather than
|     save-excursion+set-buffer
| 
| In maplev-cmaple-mode:
| maplev.el:3580:9:Warning: `comint-use-prompt-regexp-instead-of-fields' is an
|     obsolete variable (as of 22.1); use `comint-use-prompt-regexp' instead.
| 
| In maplev-mint-region:
| maplev.el:4672:37:Warning: Use `with-current-buffer' rather than
|     save-excursion+set-buffer
| maplev.el:4674:19:Warning: Use `with-current-buffer' rather than
|     save-excursion+set-buffer
| 
| In end of data:
| maplev.el:4893:1:Warning: the function `x-get-cut-buffer' is not known to be
|     defined.
`----

-- 
Peter


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to