joshcho / ChatGPT.el

ChatGPT in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make package namespace safe

jaalto-tamk opened this issue · comments

It seems that the package is not namespace-safe[1]. Please consider renaming identifiers to use a consistent unique prefix, such as chatgpt-jc-* or something similar.

Please also rename the package to chatgpt-jc.el as there already exist a bigger package chatgtp.el at https://github.com/emacs-openai/chatgpt

jcs-chatgpt/chatgpt.el:(defun chatgpt-restart ()
joshcho-chatgpt.git/chatgpt.el:(defun cg-completion-at-point ()
joshcho-chatgpt.git/chatgpt.el:(defun cg-get-buffer ()
joshcho-chatgpt.git/chatgpt.el:(defun cg-get-base-buffer ()
joshcho-chatgpt.git/chatgpt.el:(defun chatgpt-run ()
joshcho-chatgpt.git/chatgpt.el:(defun cg-initialize ()
joshcho-chatgpt.git/chatgpt.el:(defun cg-query (query &optional code)
joshcho-chatgpt.git/chatgpt.el:(defun chatgpt-code-query (code)
joshcho-chatgpt.git/chatgpt.el:(defun chatgpt-query ()
joshcho-chatgpt.git/chatgpt.el:(defun cg-insert-syntax-highlight (text mode)
joshcho-chatgpt.git/chatgpt.el:(defun cg-string-match-positions (regexp str)

No, sorry.