2
bash 스크립트를 실행할 때 "터미널 프로세스 그룹을 설정할 수 없습니다"오류
내 init.el 파일에 다음 두 줄의 코드가 있습니다. (setq shell-file-name "bash") (setq shell-command-switch "-ic") 쉘 스크립트 dmenu_path를 사용하여 실행 파일 목록을 얻기 위해 다음 스크립트를 실행하려고했습니다. (defun dmenu-path-out () (shell-command-to-string "dmenu_path")) 다음과 같은 오류가 나타납니다. bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control …