• Paul Eggert's avatar
    emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367) · 92282cb5
    Paul Eggert authored
    * lib-src/emacsclient.c: Disable -Wformat-truncation=2,
    to avoid false alarms about the new snprintf calls.
    (local_sockname): New function.
    (set_local_socket): Use it.  Prefer XDG_RUNTIME_DIR (if set)
    for location of socket directory.  Avoid unnecessary memory
    allocation by using snprintf to destination.
    * lisp/server.el (server-socket-dir): Prefer XDG_RUNTIME_DIR if set.
    92282cb5
emacsclient.c 52.8 KB