Hi, The `(master-says)' will trigger an unexpected error message with follow code: (require 'master) (master-says) > Wrong type argument: stringp, nil The patch tries checking the nil parameter before calling `get-buffer' to avoid the unexpected err message. Please help check it. Thanks. Best regards Lin