help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dired-do-copy


From: Andreas Roehler
Subject: dired-do-copy
Date: Thu, 25 May 2006 12:54:43 +0200
User-agent: KNode/0.9.2

Trying `dired-do-copy' I get the following message:

"Symbol's value as variable is void: dired-recursive-copies"

However: this doesn't happen with emacs -q.

Any idea?

The evaluated form is

(defun dired-do-copy (&optional arg)
  "Copy all marked (or next ARG) files, or copy the current file.
..."
  (interactive "P")
  (let ((dired-recursive-copies dired-recursive-copies))
    (dired-do-create-files 'copy (function dired-copy-file)
                           "Copy"
                           arg dired-keep-marker-copy
                           nil dired-copy-how-to-fn))) 

Thanks

Andreas Roehler

__

In GNU Emacs 22.0.50.2 (i686-pc-linux-gnu, X toolkit, Xaw3d
scroll bars)
 of 2006-02-23 
X server distributor `The X.Org Foundation', version
11.0.60802000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  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: de_DE.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  outline-minor-mode: t
  global-hi-lock-mode: t
  hi-lock-mode: t
  senator-minor-mode: t
  semantic-idle-summary-mode: t
  semantic-idle-scheduler-mode: t
  partial-completion-mode: t
  recentf-mode: t
  show-paren-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Recent input:
e x i t - r <tab> <return> q C-x C-f d i r e d - a 
u <tab> <return> M-x e v a l - b u <tab> <return> M-< 
M-x p u f f e r - l e s <tab> <return> M-> M-< M-x 
p u f f e r - a n - e <tab> <return> C-x d <return> 
M-x d i r e d - d o - c <tab> o <tab> p <tab> <return> 
SPC M-x r e p o r t - e m a c s - b u g <return>

Recent messages:
Edebug: dired-do-search
dired-do-search
Edebug: dired-do-query-replace-regexp
dired-do-query-replace-regexp
Edebug: dired-nondirectory-p
dired-nondirectory-p
Edebug: dired-show-file-type
dired-show-file-type
Symbol's value as variable is void: dired-recursive-copies
Loading emacsbug...done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]