unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
@ 2009-02-25  1:43 ` trentbuck
  2009-02-26 15:00   ` bug#2463: marked as done (23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?) Emacs bug Tracking System
  0 siblings, 1 reply; 5+ messages in thread
From: trentbuck @ 2009-02-25  1:43 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: rfrancoise

From a mailing list:

>> How do I get to the HTML code and not the BINARY code uudecode
>> produces?
>
> Other have suggested other tools, but GNU coreutils includes
> /usr/bin/base64 which can encode and decode base64 files.

I don't find a reference to the base64 program in
tramp-remote-coding-commands.  Is there a reason for this?

In GNU Emacs 23.0.90.1 (i486-pc-linux-gnu, GTK+ Version 2.12.12)
 of 2009-02-22 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20090222-1)
Windowing system distributor `The X.Org Foundation', version 11.0.10503000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.90/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.90/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  eldoc-mode: t
  paredit-mode: t
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  rcirc-track-minor-mode: t
  savehist-mode: t
  icomplete-mode: t
  partial-completion-mode: t
  show-paren-mode: t
  delete-selection-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  view-mode: t

Recent input:
ESC [ 4 ~ ESC O A ESC [ 4 ~ DEL ESC O B ESC O B ESC 
O B ESC O B ESC O B ESC O B RET RET <switch-frame> 
ESC O A ESC O B ESC O B ESC O B ESC O B ESC O B C-s 
t r a m p - p e r - DEL l - d e c o d e ESC [ 1 ~ ESC 
O B ESC C-@ ESC w <switch-frame> DEL RET ESC 1 ESC 
: ESC ( i n s e r t SPC C-y C-x C-x C-g RET ESC { ESC 
{ ESC { ESC { ESC { ESC { ESC { ESC { ESC { ESC { ESC 
O B C-d C-d p e r l ESC [ 1 ~ C-@ ESC > ESC 4 C-x TAB 
C-x C-s ESC { ESC { ESC { ESC { ESC { ESC { ESC { ESC 
{ ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O B ESC O B 
ESC O B ESC O B ESC O B C-x C-s ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
<switch-frame> ESC O A ESC x r e p o r t SPC e m a 
c s SPC b u g RET

Recent messages:
Auto-saving...done
Mark set [4 times]
Mark saved where search started
Mark set [2 times]
Auto-saving...done
Mark saved where search started
Mark set [2 times]
Saving file /tmp/mutt-Clio-1187-4054-34...
Wrote /tmp/mutt-Clio-1187-4054-34
(No changes need to be saved)






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
       [not found] <mailman.1698.1235527424.31690.bug-gnu-emacs@gnu.org>
@ 2009-02-25  8:28 ` Michael Albinus
  2009-02-26  0:15   ` Trent W. Buck
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Albinus @ 2009-02-25  8:28 UTC (permalink / raw)
  To: trentbuck; +Cc: rfrancoise, 2463

trentbuck@gmail.com writes:

> From a mailing list:

Is there a chance to get the full history of the report?

> I don't find a reference to the base64 program in
> tramp-remote-coding-commands.  Is there a reason for this?

No special reason. Likely because it is a rather new command. Maybe
it is sufficient to apply

(add-to-list 'tramp-remote-coding-commands '(b64 "base64" "base64 --decode"))

If it works, I could add it in Tramp permanently.

Best regards, Michael.







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
  2009-02-25  8:28 ` bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands? Michael Albinus
@ 2009-02-26  0:15   ` Trent W. Buck
  2009-02-26 14:38     ` Michael Albinus
  0 siblings, 1 reply; 5+ messages in thread
From: Trent W. Buck @ 2009-02-26  0:15 UTC (permalink / raw)
  To: Michael Albinus; +Cc: rfrancoise, 2463

On Wed, Feb 25, 2009 at 09:28:16AM +0100, Michael Albinus wrote:
> trentbuck@gmail.com writes:
> > From a mailing list:
>
> Is there a chance to get the full history of the report?

Here, I think.

http://lists.luv.asn.au/wws/arc/luv-main/2009-02/msg00437.html

> > I don't find a reference to the base64 program in
> > tramp-remote-coding-commands.  Is there a reason for this?
>
> No special reason. Likely because it is a rather new command.

Well, FSVO new = February 2006 :-)

> Maybe it is sufficient to apply
>
> (add-to-list 'tramp-remote-coding-commands '(b64 "base64" "base64 --decode"))
>
> If it works, I could add it in Tramp permanently.

It seems to work for me; at least after evaluating that form I can
still open files on a remote host (/ssh:foo:bar) where that host has
base64 installed.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
  2009-02-26  0:15   ` Trent W. Buck
@ 2009-02-26 14:38     ` Michael Albinus
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Albinus @ 2009-02-26 14:38 UTC (permalink / raw)
  To: Trent W. Buck; +Cc: rfrancoise, 2463

"Trent W. Buck" <trentbuck@gmail.com> writes:

>> > tramp-remote-coding-commands.  Is there a reason for this?
>>
>> No special reason. Likely because it is a rather new command.
>
> Well, FSVO new = February 2006 :-)

tramp-remote-coding-commands has been touched last time on 2005-07-31.
So it is a brand new command :-)

> It seems to work for me; at least after evaluating that form I can
> still open files on a remote host (/ssh:foo:bar) where that host has
> base64 installed.

I've fixed it in CVS.

Thanks for the report, and best regards, Michael.







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#2463: marked as done (23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?)
  2009-02-25  1:43 ` bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands? trentbuck
@ 2009-02-26 15:00   ` Emacs bug Tracking System
  0 siblings, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2009-02-26 15:00 UTC (permalink / raw)
  To: Michael Albinus

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]


Your message dated Thu, 26 Feb 2009 15:55:20 +0100
with message-id <nq8wntfdt3.fsf@alcatel-lucent.de>
and subject line Re: bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
has caused the Emacs bug report #2463,
regarding 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2463: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2463
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6223 bytes --]

From: trentbuck@gmail.com
To: emacs-pretest-bug@gnu.org
Cc: rfrancoise@debian.org
Subject: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
Date: Tue, 24 Feb 2009 17:43:09 -0800 (PST)
Message-ID: <49a4a22d.1498600a.2ced.ffffaae2@mx.google.com>

From a mailing list:

>> How do I get to the HTML code and not the BINARY code uudecode
>> produces?
>
> Other have suggested other tools, but GNU coreutils includes
> /usr/bin/base64 which can encode and decode base64 files.

I don't find a reference to the base64 program in
tramp-remote-coding-commands.  Is there a reason for this?

In GNU Emacs 23.0.90.1 (i486-pc-linux-gnu, GTK+ Version 2.12.12)
 of 2009-02-22 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20090222-1)
Windowing system distributor `The X.Org Foundation', version 11.0.10503000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.90/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.90/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  eldoc-mode: t
  paredit-mode: t
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  rcirc-track-minor-mode: t
  savehist-mode: t
  icomplete-mode: t
  partial-completion-mode: t
  show-paren-mode: t
  delete-selection-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  view-mode: t

Recent input:
ESC [ 4 ~ ESC O A ESC [ 4 ~ DEL ESC O B ESC O B ESC 
O B ESC O B ESC O B ESC O B RET RET <switch-frame> 
ESC O A ESC O B ESC O B ESC O B ESC O B ESC O B C-s 
t r a m p - p e r - DEL l - d e c o d e ESC [ 1 ~ ESC 
O B ESC C-@ ESC w <switch-frame> DEL RET ESC 1 ESC 
: ESC ( i n s e r t SPC C-y C-x C-x C-g RET ESC { ESC 
{ ESC { ESC { ESC { ESC { ESC { ESC { ESC { ESC { ESC 
O B C-d C-d p e r l ESC [ 1 ~ C-@ ESC > ESC 4 C-x TAB 
C-x C-s ESC { ESC { ESC { ESC { ESC { ESC { ESC { ESC 
{ ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O B ESC O B 
ESC O B ESC O B ESC O B C-x C-s ESC O A ESC O A ESC 
O A ESC O A ESC O A ESC O A ESC O A ESC O A ESC O A 
<switch-frame> ESC O A ESC x r e p o r t SPC e m a 
c s SPC b u g RET

Recent messages:
Auto-saving...done
Mark set [4 times]
Mark saved where search started
Mark set [2 times]
Auto-saving...done
Mark saved where search started
Mark set [2 times]
Saving file /tmp/mutt-Clio-1187-4054-34...
Wrote /tmp/mutt-Clio-1187-4054-34
(No changes need to be saved)



[-- Attachment #3: Type: message/rfc822, Size: 1619 bytes --]

From: Michael Albinus <michael.albinus@gmx.de>
To: 2463-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?
Date: Thu, 26 Feb 2009 15:55:20 +0100
Message-ID: <nq8wntfdt3.fsf@alcatel-lucent.de>

I've added base64 to tramp-remote-coding-commands.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-02-26 15:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <nq8wntfdt3.fsf@alcatel-lucent.de>
2009-02-25  1:43 ` bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands? trentbuck
2009-02-26 15:00   ` bug#2463: marked as done (23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands?) Emacs bug Tracking System
     [not found] <mailman.1698.1235527424.31690.bug-gnu-emacs@gnu.org>
2009-02-25  8:28 ` bug#2463: 23.0.90; tramp: coreutils' base64(1) in tramp-remote-coding-commands? Michael Albinus
2009-02-26  0:15   ` Trent W. Buck
2009-02-26 14:38     ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).