Skip to content

Commit

Permalink
Fix to the Choose font and readme.md syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bjasspa committed Aug 27, 2024
1 parent 66ea6b1 commit 31435c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion microemacs/macros/userstp.emf
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ set-variable .user-set-mouse.A ""
set-variable %clpbd-names "|No interaction|Interact with Clipboard only|Interact with Primary only|Get Clipboard set both|Get Primary set both|"
set-variable %clpbd-val "|8388608|0|67108864|134217728|201326592|"
0 define-macro user-set-unxfont
0x400 pipe-shell-command "xfontsel -pattern \"-*-*-medium-r-*-*-*-*-*-*-*-*-*-*\" -print -scaled" #l0
0x400 pipe-shell-command "LC_ALL=C xfontsel -pattern \"-*-*-*-r-*-*-*-*-*-*-*-*-*-*\" -print -scaled" #l0
!if &set #l1 $result
osd-dialog "User Setup Error" &spr " Failed to run xfontsel, system returned error (%d): \n\n %s " #l1 #l0 " \HOK "
!else
Expand Down
8 changes: 4 additions & 4 deletions microemacs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ VERY QUICK START GUIDE

For your platform download the single-file binary zip file:

- Jasspa_MicroEmacs_<VERSION>_<PLATFORM>_mecs.zip for console/terminal app, this should work on all computers of
given platform.
- Jasspa_MicroEmacs_\<VERSION>_\<PLATFORM>_mecs.zip for console/terminal app, this should work on all computers of
given platform.

- Jasspa_MicroEmacs_<VERSION>_<PLATFORM>_mews.zip for window based app, this should give best user experience
but may not work on all computers (particularly macOS where XQuartz is required).
- Jasspa_MicroEmacs_\<VERSION>_\<PLATFORM>_mews.zip for window based app, this should give best user experience
but may not work on all computers (particularly macOS where XQuartz is required).

Extract the executable for the zip and run.

Expand Down

0 comments on commit 31435c6

Please sign in to comment.