使用環境

トップページへ戻る

1. 2020年

Windows 10に入った Windows Subsystem for Linux (WSL) のUbuntu 20.04 をつかっています。 2021年10月13日現在、自分でコンパイルしたEmacs 27.2 を使用しています。

2. 2017年まで

この項はまではWindows Nativeのバイナリをつくって使っていました。

2.1. OS

  • Winodws 10 Home 64 bit
  • Winodws 10 professional 64 bit
  • Winodw 7 professional 32 bit

2.2. EmacsバイナリーとUnixコマンド群

  • MSYS2
  • ここここを参考にMSYS2で自分でコンパイルしたEmacs(32bit/64bit)

2.2.1. IMEパッチ

rzl24ozi 氏のIMEパッチを当てたEmacs 25.3を使用しています。 ver24のころは、かなり高頻度で異常終了するので実用に耐えませんでした。が25になってからは安定しているように思えます。

2.2.2. configure options

Configured for 'x86_64-w64-mingw32'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc  -s -Ofast -march=x86-64 -mtune=corei7 -static -gdwarf-2
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         yes
  What window system should Emacs use?                    w32
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes
  Does Emacs use a png library?                           yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use cairo?                                   no
  Does Emacs use imagemagick?                             no
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (w32)
  Does Emacs use access control lists?                    yes
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets (requires gtk3)?            no

  Does Emacs support W32-IME?                             yes
  Does Emacs support RECONVERSION?                        yes
  Does Emacs support DOCUMENTFEED?                        yes

Created: 2021-10-13 Wed 23:50

Validate

inserted by FC2 system