Sorry if these are obvious answers, but I searched googled and cannot find what I am looking for.
When I have several files opened in split-screen mode, using C-x C-3, how do I close the JUST window that I am currently in and no one else?
C-x C-3
I am using Ruby and it does not seem to automatically indent my def endcorrectly .. is there a Ruby plugin that will fix this?
def
end
Is there a command to go to a specific line?
How to interpret ruby ββfrom emacs?
1. When I have several files opened in split-screen mode, using C-x C-3, how do I close the JUST window that I am currently in and no one else?
C-x 0. (, , C-x 3.)
C-x 0
C-x 3
2. Ruby, , , def end .. Ruby, ?
3. ?
, M-g g ( M-x goto-line)
M-g g
M-x goto-line
4. Ruby emacs?
. rubydebug.
C-h b, , , . Ruby C-h m , .
for Q3), in addition, you may want to know Ch w COMMAND will always show you the key binding for funcion
C-h w goto-line RET goto-line is on M-g g, M-g M-g, <menu-bar> <edit> <goto> <go-to-line>
for Q4), you can run the shell in the buffer, either M-x eshell, or M-x shell, and just run your script.
M-x eshell
M-x shell
Using the eshell configuration in [1], you can easily switch between the shell and your script source (by pressing Cz).
[1] http://www.emacswiki.org/alex/2008-08-19_Emacs_on_Windows
Source: https://habr.com/ru/post/1774260/More articles:Negative Number Detection - c ++String casting failure in unsigned int - c ++The number of groups displayed in the user list in SharePoint? - sharepoint-2007Can't editing row data with a binary primary key? - mysqlHow to debug AJAX requests? How do I know which PHP function is being called? - ajaxUWSGI xml / ini configuration options - xmlsqlite: read / write lock check - c ++Python inline synchronization in a multithreaded program - c ++Does push_back () increase the size of the vector? - c ++Installation Update - c #All Articles