LdBeth

Results 87 comments of LdBeth

At least being about to parse output of `/usr/libexec/path_helper` on Mac ``` PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin:/opt/pkg/sbin:/opt/pkg/bin"; export PATH; ``` would be nice. Otherwise, a mechanism to `exec` into a POSIX shell to handle...

Tramp 用 rsync rsh ssh ftp telnet等协议传文件,你没有指定用哪种方法当然会出问题。 ``` (setq tramp-default-method "ssh") ```

Neither `greadlink` nor `realpath` is present by default on mac, but if mac users have already installed `greadlink` from package manager of their choice, i.e. Homebrew, it means they also...

So I made another commit change it to prompt user to install coreutils, and still fallback to `readlink -f` for some distributions with older versions of coreutils such as CentOS.

Yes. Thank you for pointing that out.

@alexpeattie although macOS has neither `realpath` nor GNU `readlink`, acquiring the `realpath` command is fairly simple and flexible, user can choose either an executable calls C `realpath`, a python script...

There are other possible options. If the user has already installed `libgmp`, an ad hoc fix is using the `install_name_tool` available from macOS to patch the binary executable, and write...

I think `elan` can be extended to have the ability fetch libgmp and by default `lean` should point to libgmp using a relative path. In addition to this `elan` can...

Wanderlust 的话,你是使用什么方式收取邮件? 是用 wl 自带的 IMAP 吗?

你需要确保你的代理覆盖了 IMAP 等端口。同时代理服务器也不能屏蔽有关端口。在 Wanderlust 里面不需要特殊配置。 另外,有时候只是用 DNS 污染墙的,所以不一定要代理。