X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=db1655019831ef436b299c97bd03b8270649d2e3;hb=b2ad064b8bb1788aa50617082d0c89e5a7344eef;hp=0fcb1c85a8081cefab12654c3239d184327fa30f;hpb=8a5cd7bd9456fa5caf243e50ca288c95371bd573;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index 0fcb1c8..db16550 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -189,11 +189,11 @@ Among the available browsers, w3m seems to do a better job converting the html, and if you have the w3m emacs package, you can use it, instead of the w3m-standalone, and thus preserve the text formatting. -But if the rendering fails for one reason or another, (or is perhaps -inadequate if you really need to see the graphical presentation of the -HTML message), it can be useful to display the message in an external -viewer, such as a web browser. Here's a little script that Keith -Packard wrote, which he calls `view-html`: +But if the rendering fails for one reason or another, or if you really +need to see the graphical presentation of the HTML message, it can be +useful to display the message in an external viewer, such as a web +browser. Here's a little script that Keith Packard wrote, which he +calls `view-html`: #!/bin/sh dir=`mktemp -d`