Talk:BugzillaWorkflowImprovements:FlowChart B
Jump to navigation
Jump to search
- Q. Out of curiousity how did you generate that flow chart? Did you do the ascii chart by hand?
-
Some simple Emacs techniques eased some of the work.
[Emacs command syntax:
- C-x means Ctrl-x. C-x is a prefix key for eXtended commands.
- M-x means Meta-x [Alt-x on windows keyboards]. Meta-x allows you to type the name of an extended command.
- C-c means Ctrl-c. C-c is a prefix key for special modes like picture-mode. (type carefully: x is next to c, and C-x C-c saves buffers and exits emacs).
- M-Sh-> means hold both meta (alt) and shift key while typing > key.