compile mode visually stripping long commands
Basile STARYNKEVITCH <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
Hello all (from France near Paris) On Debian/Testing I am using GNU emacs. % /usr/bin/emacs --version GNU Emacs 30.2 Copyright (C) 2025 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. my ~/.emacs is on https://github.com/bstarynk/misc-basile/blob/master/.emacs so compilation is triggered by pressing the <F5> key. I even do compile GNU emacs from its git repository almost every day. Using: './configure' 'CC=/usr/bin/gcc-16' 'CFLAGS=-O2 -g -fPIE -fPIC' \ '--with-x' '--with-native-compilation' \ '--with-file-notification=inotify' '--with-x-toolkit=gtk3' \ '--with-dbus' '--with-jpeg' '--with-tiff' '--program-suffix=-trunk' both /usr/bin/emacs and my /usr/local/bin/emacstrunk exhibit the same compilation behavior: the compilation happens, but GNU emacs is stripping long compilation command (make triggers shell command of several hundred bytes) and not showing them in full. Is there any setting to show the compilation commands (forked by GNU make) in full? Thanks. NB: I am currently developing an inference engine (GPL licensed) in C++, any help is welcome. GNU emacs is used to edit the code and build it. -- Basile STARYNKEVITCH <[email protected]> 8 rue de la Faïencerie http://starynkevitch.net/Basile/ 92340 Bourg-la-Reine https://github.com/bstarynk France https://github.com/RefPerSys/RefPerSys https://orcid.org/0000-0003-0908-5250