[VIM installation ctags cscope]

1. Install the software package sudo passwd root sudo apt install cmake python2-dev python3-dev build-essential cmake flex bison -y sudo apt install universal-ctags cscope vim git -y sudo apt install python-is-python3 -y sudo apt-get install build-essential libncurses-dev bison flex libssl-dev 2. Download the VIM plug-in manager git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vim ~/.vimrc ” ==============vim basic […]

[Solved] Emacs27.1 uses cscope to report an error: process-kill-without-query

I. Background: Using emacs27.1 and cscope on XUbuntu22.04, an error is reported when looking for a function. Ref process-kill-without-query process-kill-without-query is a compiled Lisp function in `subr.el’. (process-kill-without-query PROCESS & amp; optional FLAG) This function is obsolete since 22.1; use `process-query-on-exit-flag’ or `set-process-query-on-exit-flag’. Say no query needed if PROCESS is running when Emacs is exited. […]