Skip to content

elisencode/emacs_tutorial_highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

emacs_tutorial_highlight

See pdf

Emacs Tutorial: Learn basic keystroke commands: color-coded Highlighting System:

  • TITRE : rouge(red)
  • ==Normal highlight (la chose important)==: fluor jaune(yellow)
  • Les mots(mots-clé) importants: magenta
  • Attention: rouge(red)
  • Les exemples: fluor vert(light green)
  • Définition: fluor bleu(light blue)

Run then suspend in terminal(Ctrl-Alt-T) in-command-line

~$ emacs-gtk &
~$ bg
~$ ps
~$ kill <pid>

man

~$ man ps
~$ man kill

--help

~$ bg --help
~$ emacs-gtk &

~$ fg --help
~$ fg
~$ %emacs-gtk
~$ 

Ctrl-C kill
Ctrl-Z pause the process, resume with fg(foreground) or bg(background)

~$ jobs --help
~$ jobs -l
~$ jobs p

Process Management

~$ top
or
~$ htop
~$ q

~$ exit
or `Ctrl-C` kill

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published