Installation

<< Introduction | Pages | Download >>


Installation instructions

  • Installation instructions (refers to or includes Download)
  • Requirements/compatibility

Requirements

In order to use pmwiki-mode, you need a working copy of:

Installation

Extract the archive to where you keep your Emacs lisp-files. This will create a subdirectory, pmwiki/. Then read the file:

      pmwiki/pmwiki.el

for more instructions.

Note for XEmacs users

This mode does not work properly for XEmacs (yet).

  1. 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
  2. A function from the file 'hexl.el' is needed, where a workaround is to supply this file separately (from the sources of Emacs).
  3. There seems to be a weird difference in the workings of the function 'string-match'. So far this has not been solved.
Array
(
    [post_max_size] => 64M
    [$_POST keys] => 
    [$_REQUEST keys] => n
    [$_SERVER] => Array
        (
            [CONTEXT_DOCUMENT_ROOT] => /home/pmwiki/public_html
            [CONTEXT_PREFIX] => 
            [DOCUMENT_ROOT] => /home/pmwiki/public_html
            [GATEWAY_INTERFACE] => CGI/1.1
            [HTTPS] => on
            [HTTP_ACCEPT] => */*
            [HTTP_ACCEPT_ENCODING] => gzip, br, zstd, deflate
            [HTTP_HOST] => www.pmwiki.org
            [HTTP_USER_AGENT] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
            [HTTP_X_HTTPS] => 1
            [PATH] => /bin:/usr/bin
            [PHP_INI_SCAN_DIR] => /opt/cpanel/ea-php70/root/etc:/opt/cpanel/ea-php70/root/etc/php.d:.
            [QUERY_STRING] => n=EmacsModes%2fInstallation
            [REDIRECT_HTTPS] => on
            [REDIRECT_QUERY_STRING] => n=EmacsModes%2fInstallation
            [REDIRECT_SCRIPT_URI] => https://www.pmwiki.org/wiki/EmacsModes/Installation
            [REDIRECT_SCRIPT_URL] => /wiki/EmacsModes/Installation
            [REDIRECT_SSL_TLS_SNI] => www.pmwiki.org
            [REDIRECT_STATUS] => 200
            [REDIRECT_UNIQUE_ID] => afRB7paE4bKz6ovdtlzaMgAAAEM
            [REDIRECT_URL] => /wiki/EmacsModes/Installation
            [REMOTE_ADDR] => 216.73.216.25
            [REMOTE_PORT] => 59654
            [REQUEST_METHOD] => GET
            [REQUEST_SCHEME] => https
            [REQUEST_URI] => /wiki/EmacsModes/Installation
            [SCRIPT_FILENAME] => /home/pmwiki/public_html/index.php
            [SCRIPT_NAME] => /index.php
            [SCRIPT_URI] => https://www.pmwiki.org/wiki/EmacsModes/Installation
            [SCRIPT_URL] => /wiki/EmacsModes/Installation
            [SERVER_ADDR] => 23.254.203.248
            [SERVER_ADMIN] => webmaster@pmwiki.org
            [SERVER_NAME] => www.pmwiki.org
            [SERVER_PORT] => 443
            [SERVER_PROTOCOL] => HTTP/1.1
            [SERVER_SIGNATURE] => 
            [SERVER_SOFTWARE] => Apache
            [SSL_TLS_SNI] => www.pmwiki.org
            [TZ] => America/Los_Angeles
            [UNIQUE_ID] => afRB7paE4bKz6ovdtlzaMgAAAEM
            [PHP_SELF] => /index.php
            [REQUEST_TIME_FLOAT] => 1777615342.2657
            [REQUEST_TIME] => 1777615342
            [argv] => Array
                (
                    [0] => n=EmacsModes%2fInstallation
                )

            [argc] => 1
        )

)