emacs:habits:pkm:productivity:ritual:text:tools:workflow:

이맥스는 나의 모든 것 지식 도구 텍스트에디터

Emacs 처음 용어집에 등록합니다. 용어는 간단하게 작성 부탁합니다.

#재현성: Reproducible information 재현 가능한 정보

Reproducible information

재현 가능한 정보

This configuration is continuingly being improved. I build my own Emacs from source in order to take advantage of some experimental features. There are also (packages! ...) calls to external Emacs packages that are unpinned to any specific version. As such, there might be incompabilities if one blindly copies codes from this configurations. Although I'll try to document which features are based on developing softwares and are likely to be changed in the future, it is inevitable that some bits of information are going to fall through the cracks.

이 구성은 지속적으로 개선되고 있습니다. 저는 몇 가지 실험적인 기능을 활용하기 위해 소스에서 직접 Emacs를 빌드합니다. 또한 특정 버전에 고정되지 않은 외부 Emacs 패키지에 대한 (패키지! ...) 호출도 있습니다. 따라서 이 구성에서 코드를 무턱대고 복사하면 작동하지 않을 수 있습니다. 소프트웨어 개발에 따라 향후 변경될 가능성이 있는 기능을 문서화하려고 노력하지만, 일부 정보가 누락되는 것은 불가피합니다.

In this section, I reiterate the relevant info about the version of the software I'm using here, in case someone finds this infomation useful. Here's my current build of Emacs:

이 섹션에서는 제가 사용하는 소프트웨어 버전에 대한 관련 정보를 다시 한 번 알려드리며, 이 정보가 도움이 될 수 있습니다. 현재 제가 사용하는 Emacs 빌드는 다음과 같습니다:

emacs-version

(emacs-version)
GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
 of 2024-12-02
GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
 of 2024-11-22
GNU Emacs 29.4.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
 of 2024-09-16
GNU Emacs 29.1.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0)
 of 2023-09-13
GNU Emacs 29.0.90 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0)
 of 2023-04-16
GNU Emacs 29.0.60 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0)
 of 2023-02-23

org-version

(org-version)
9.7.11

This Emacs is built with the following configuration options:

system-configuration-options
  • 29.4.5
--prefix=/usr/ --with-native-compilation --with-json --without-pop --with-gnutls --without-mailutils --with-sqlite3 --with-rsvg --with-png --with-jpeg --with-tiff --with-imagemagick --without-xim --with-xwidgets --with-x-toolkit=gtk3 --with-tree-sitter --with-cairo --with-lcms2 --with-modules '--program-transform-name=s/^ctags$/ctags.emacs/' 'CFLAGS=-O2 -pipe -mtune=native -march=native -fomit-frame-pointer'
--with-native-compilation --with-json --without-pop --with-gnutls --without-mailutils --with-sqlite3 --with-rsvg --with-png --with-jpeg --with-tiff --with-imagemagick --with-tree-sitter --with-cairo --with-lcms2 --with-modules --with-xwidgets --with-x-toolkit=gtk3 '--program-transform-name=s/^ctags$/ctags.emacs/' 'CFLAGS=-O2 -pipe -mtune=native -march=native -fomit-frame-pointer'
 of 2023-09-13
--with-native-compilation --with-json --without-pop --with-gnutls --without-mailutils --with-sqlite3 --with-rsvg --with-png --with-jpeg --with-tiff --with-imagemagick --with-tree-sitter=ifavailable --with-cairo --with-lcms2 --with-modules --with-xwidgets --with-x-toolkit=gtk3 '--program-transform-name=s/^ctags$/ctags.emacs/' 'CFLAGS=-O2 -pipe -mtune=native -march=native -fomit-frame-pointer'
--with-native-compilation --with-json --without-pop --with-gnutls --without-mailutils --with-sqlite3 --with-tree-sitter=ifavailable --with-cairo --with-lcms2 --with-modules --with-xwidgets --with-x-toolkit=gtk3 '--program-transform-name=s/^ctags$/ctags.emacs/' 'CFLAGS=-O2 -pipe -mtune=native -march=native -fomit-frame-pointer'

#키워드: 이맥스

Related-Notes

References