Emacs Etags 返回起始缓冲区/位置

标签 emacs etag

我在缓冲区 A 中并使用 M-。在一些函数名称上,它使我跳转到缓冲区 B。从那个函数,我使用 M-。再次将我跳转到缓冲区 C。现在我已经看到了我想要的东西并想返回到缓冲区 A。我不知道在不打开缓冲区列表并找到我所在的缓冲区或记住缓冲区的名称并将其输入。您如何解决这个问题?

最佳答案

M-*  Pop back to where you previously invoked M-. and friends. 

from Emacs Find Tag.

It basically works like a stack push/pop, like this:

      M-.           M-.  
  ---------->   ----------> 
A             B             C
  <----------   <----------
      M-*           M-*

关于Emacs Etags 返回起始缓冲区/位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1963616/

相关文章:

Emacs:与 TAB 的键绑定(bind)会破坏 minibuffer 中的自动完成功能

windows - 在 Windows 7 上使用 emacs 运行其路径名中包含空格字符的进程

emacs - 让 emacs 向 'ansi-term' 中的程序发送 F<n> 键

google-chrome - 在 HTTP 请求中缓存 : ETag vs max-age

caching - Varnish可以生成ETag吗?

language-agnostic - HTTP:生成 ETag header

java - 支持 ETags、If-Modified-Since 的 Android 图像加载器库

Java 编码风格和 Emacs cc-mode 配置

plugins - 邪恶的 Emacs : is there a way to disable vim-like keys in «insert» mode?

http - http 响应中没有 Cache-Control header 的 ETag