can't find "cscope-index-recursively" variable when I do Meta-X, it only finds "cscope-index-files"

StackOverflow https://stackoverflow.com/questions/17660567

  •  03-06-2022
  •  | 
  •  

문제

Repro:

  1. Open emacs

  2. M-x cscope-index-recursively

    a. it does not find it, only finds cscope-index-files

Installed packages:

Source: emacs23
Version: 23.3+1-1ubuntu9.2


Source: cscope 
Version: 15.7a-3.5 
Depends: cscope (>= 15.7a-3.5),
emacs23 | emacsen
도움이 되었습니까?

해결책

cscope-index-recursively is a variable, not a function, so you cannot invoque it with M-x. To change its value (and see its description), type M-x customize-variable RET cscope-index-recursively

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top