Last edit
Summary: typos
Changed:
< : You can use the command "chm-view-file" to view a CHM file in the browser.
to
> : You can use the command `chm-view-file' to view a CHM file in the browser.
Changed:
< : You can bind the command "chm-view-dired" with "dired-mode-map", so that you can view a CHM file that is marked in a dired buffer.
to
> : You can bind the command `chm-view-dired' with `dired-mode-map', so that you can view a CHM file that is marked in a dired buffer.
Changed:
< : Because "archmage" needs time to extract the CHM file, the browser (such as [[emacs-w3m]]) might open a special port before the "archmage" extract is completed. if this occurs, you will get an error: "Cannot retrieve URL: http://localhost:531560 (exit status: 0)". Just refresh the current page to fix.
< : If you always get this error when opening a CHM file, you need to set 'chm-view-delay' to a larger number (default is 0.3 second).
to
> : Because `archmage' needs time to extract the CHM file, the browser (such as [[emacs-w3m]]) might open a special port before the `archmage' extract is completed. If this occurs, you will get an error: "Cannot retrieve URL: http://localhost:531560 (exit status: 0)". Just refresh the current page to fix this issue.
> : If you always get this error when opening a CHM file, you need to set 'chm-view-delay' to a larger number (default is 0.3 seconds).
Changed:
< : All above setup can customize by:
< : M-x customize-group RET chm-view RET
< * "chm-view-delay"
to
> : All above setup can customized using
> : ##M-x customize-group RET chm-view RET##
> * `chm-view-delay'
‘browse-url-browser-function’ with the value ‘w3m-browse-url’, then you can view a CHM file in Emacs! Like below:‘chm-view-file’ to view a CHM file in the browser.‘chm-view-dired’ with ‘dired-mode-map’, so that you can view a CHM file that is marked in a dired buffer.‘archmage’ needs time to extract the CHM file, the browser (such as emacs-w3m) might open a special port before the ‘archmage’ extract is completed. If this occurs, you will get an error: “Cannot retrieve URL: http://localhost:531560 (exit status: 0)”. Just refresh the current page to fix this issue.M-x customize-group RET chm-view RET‘chm-view-delay’