Menu

#502 mh-complete-word is unused

Unassigned
open
nobody
None
5
2023-03-11
2022-08-18
Mike Kupfer
No

In Emacs master (7dab52dfbc), mh-complete-word is defined but not used by MH-E. It used to be used by mh-letter-complete, but that got ripped out in f8d750135e9. So mh-complete-word could probably go away, too, though we might want to query mh-users first, and maybe we should first mark it obsolete.

Discussion

  • Bill Wohler

    Bill Wohler - 2022-08-20

    I'd be inclined to do the same thing as mh-letter-complete if an alternative is available. That is, to rip out the function and mark it obsolete with its replacement. For example:

    +(define-obsolete-function-alias 'mh-letter-complete
    
    +  #'completion-at-point "29.1")
    

    Otherwise, yes, just mark it obsolete and remove it in the next major version.

     
  • Mike Kupfer

    Mike Kupfer - 2023-03-11
    • status: unread --> open
     

Log in to post a comment.

MongoDB Logo MongoDB