how to find a word in emacs for example,i want to find 'equation' in the text?

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/07 11:01:59
how to find a word in emacs for example,i want to find 'equation' in the text?
xAR0 E]7%3`2,j+D3m$io_?i\6[ S .5ёal}h\m&0p#:RRxc|F @ %WߔrW)K#z-t`)Ӿ*Ģ%PԽ Bl? ȭӝ[}b gtHɺ׊ylm

how to find a word in emacs for example,i want to find 'equation' in the text?
how to find a word in emacs for example,i want to find 'equation' in the text?

how to find a word in emacs for example,i want to find 'equation' in the text?
C-s tells Emacs to start an interactive search.Type a search term 'equation' at the prompt,and Emacs will move the cursor to the first occurrence.Press C-s again to find additional occurrences.
Note:search is case sensitive by default.