<< MySQL Survival Commands | Journals | XBMC Notes >>
Interactive functions:
`pmwiki-open' - Open wiki page specified by group/name or URL `pmwiki-next' - Goto the next WikiWord or free link?. `pmwiki-prev' - Goto the previous WikiWord or free link?. `pmwiki-follow' - Open (goto) page pointed to by link at point. `pmwiki-save' - Save current buffer to the wiki engine. `pmwiki-save-as' - Save buffer to new page specified by group/name or URL. `pmwiki-reload' - Reload the page. `pmwiki-browse' - Show current buffer in browser. `pmwiki-search' - Search the wiki site for a text. `pmwiki-map-site' - Generate a map of the site (all groups and pages). `pmwiki-delete' - Delete a page
These next commands would require further customization on the .emacs file and would probably say mywiki-open or mywiki-save-as.
`pmichaud-open' - Open page from the Pmichaud wiki. `lyx-open' - Open a page from the LyX wiki. `lyx-save-as' - Save current buffer to page at the LyX wiki.
Resources
- http://www.pmwiki.org/wiki/Cookbook/EmacsPmWikiMode
- http://www.pmwiki.org/wiki/EmacsModes/Pmwiki-mode
- http://www.pmwiki.org/wiki/EmacsModes/Installation
Note for XEmacs users (That's me)
This mode does not work properly for XEmacs (yet).
- You may need to download some additional lisp-files (essentially thingatpt.el), which you can do from ftp://ftp.xemacs.org/pub/xemacs/packages, i.e. ftp://ftp.xemacs.org/pub/xemacs/packages/fsf-compat-1.12-pkg.tar.gz
- A function from the file 'hexl.el' is needed, where a workaround is to supply this file separately (from the sources of Emacs).
- There seems to be a weird difference in the workings of the function 'string-match'. So far this has not been solved.