Re: mg: handle prefix argument in shell-command{,-on-region}

2023-03-08 Thread Omar Polo
friendly 12 week ping :) On 2022/12/15 09:19:27 +0100, Omar Polo wrote: > > > > On 2022/10/13 12:25:00 +0200, Omar Polo wrote: > > > > > shell-command (M-!) and shell-command-on-region (M-|) works by > > > > > displaying the output of the command in a new buffer, but in emacs > > > > > using a p

Re: mg: handle prefix argument in shell-command{,-on-region}

2022-12-15 Thread Omar Polo
ping... On 2022/11/22 11:53:35 +0100, Omar Polo wrote: > anyone? > > On 2022/11/09 09:00:03 +0100, Omar Polo wrote: > > bump > > > > On 2022/10/25 14:30:51 +0200, Omar Polo wrote: > > > On 2022/10/13 12:25:00 +0200, Omar Polo wrote: > > > > shell-command (M-!) and shell-command-on-region (M-

Re: mg: handle prefix argument in shell-command{,-on-region}

2022-11-22 Thread Omar Polo
anyone? On 2022/11/09 09:00:03 +0100, Omar Polo wrote: > bump > > On 2022/10/25 14:30:51 +0200, Omar Polo wrote: > > On 2022/10/13 12:25:00 +0200, Omar Polo wrote: > > > shell-command (M-!) and shell-command-on-region (M-|) works by > > > displaying the output of the command in a new buffer, b

Re: mg: handle prefix argument in shell-command{,-on-region}

2022-11-09 Thread Omar Polo
bump On 2022/10/25 14:30:51 +0200, Omar Polo wrote: > On 2022/10/13 12:25:00 +0200, Omar Polo wrote: > > shell-command (M-!) and shell-command-on-region (M-|) works by > > displaying the output of the command in a new buffer, but in emacs > > using a prefix argument (C-u) allows to operate on th

Re: mg: handle prefix argument in shell-command{,-on-region}

2022-10-25 Thread Omar Polo
On 2022/10/13 12:25:00 +0200, Omar Polo wrote: > shell-command (M-!) and shell-command-on-region (M-|) works by > displaying the output of the command in a new buffer, but in emacs > using a prefix argument (C-u) allows to operate on the current buffer. > > diff belows adds that for mg. I can fi

mg: handle prefix argument in shell-command{,-on-region}

2022-10-13 Thread Omar Polo
shell-command (M-!) and shell-command-on-region (M-|) works by displaying the output of the command in a new buffer, but in emacs using a prefix argument (C-u) allows to operate on the current buffer. diff belows adds that for mg. I can finally C-u M-! got diff RET when composing mails :) A poss