Sergey
Sergey
Is it possible to add pretty-print to humanly display time_point in the gdb debugger?
The error occurs when the multi-vterm-current-window-height is equal to the multi-vterm-selected-window-height. ```lisp (defun multi-vterm-dedicated-get-window () (setq multi-vterm-dedicated-window (split-window (selected-window) (- (multi-vterm-current-window-height) multi-vterm-dedicated-window-height)))) ``` which is defined ```lisp (defcustom multi-vterm-dedicated-window-height 30...
It would be nice to use: (setq counsel-gtags-path-style 'abslib) or (setq counsel-gtags-path-style 'shorter) With short (root) filenames, navigation does not work for GTAGSLIBPATH.
Is it possible to use a lambda instead of a function? For example: ```C++ mock(&fun, []{ ... }); ```
Hi! I need to create a virtual network of devices on one physical communication interface (`RTU`). However, from what I understand, the current implementation of the `libmodbus` library doesn't support...
I am configuring debugging using `dap-mode` in `Emacs`, and here is my configuration: ``` (use-package! dap-cpptools :ensure t :config (dap-cpptools-setup)) (use-package! dap-ui :hook (dap-mode . dap-ui-mode) :config (setq dap-ui-controls-mode nil...