mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
emacsclient: add Italian translation.
This commit is contained in:
parent
20fe31203d
commit
7149c32b09
1 changed files with 16 additions and 0 deletions
16
pages.it/common/emacsclient.md
Normal file
16
pages.it/common/emacsclient.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# emacsclient
|
||||
|
||||
> Apri file in un server emacs esistente.
|
||||
> Maggiori informazioni: <https://www.emacswiki.org/emacs/EmacsClient>.
|
||||
|
||||
- Apri un file in un server Emacs esistene (utilizzando la GUI se disponibile):
|
||||
|
||||
`emacsclient {{nome_file}}`
|
||||
|
||||
- Apri un file in modalità console (senza finestra X):
|
||||
|
||||
`emacsclient -nw {{nome_file}}`
|
||||
|
||||
- Apri un file in un frame Emacs esistente e ritorna immediatamente:
|
||||
|
||||
`emacsclient -n {{nome_file}}`
|
Loading…
Add table
Reference in a new issue