hns - 日記自動生成システム - Version 2.19.9

先月 2013年11月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2013年11月07日(木) 旧暦 [n年日記] [更新:"2013/11/07 09:18:45"]

#1 [pkgsrc] devel/magit (wrong-type-argument listp 769)

When compiling magit.el with emacs-24.3.50 (current):
Debugger entered--Lisp error: (wrong-type-argument listp 769)
  memq(&rest 769)

  (if (memq (quote &rest) arglist) most-positive-fixnum
    (length (remq (quote &optional) arglist)))
  (let ((arglist 
	 (if (byte-code-function-p function) 
	     (aref  function 0) 
	   (second function)))) 
    (if (memq (quote &rest)  arglist) 
	most-positive-fixnum 
      (length (remq (quote &optional) arglist))))
  (if (subrp function) (let ((max (cdr (subr-arity
  function)))) (if (eq (quote many) max) most-positive-fixnum
  max)) (if (eq (quote macro) (car-safe function)) (setq
  function (cdr function))) (let ((arglist (if
  (byte-code-function-p function) (aref function 0) (second
  function)))) (if (memq (quote &rest) arglist)
  most-positive-fixnum (length (remq (quote &optional)
  arglist)))))

  magit-max-args-internal(delete-directory)
  (>= (magit-max-args-internal (quote delete-directory)) 2)

  (if (>= (magit-max-args-internal (quote delete-directory))
  2) (defalias (quote magit-delete-directory) (quote
  delete-directory)) (defun magit-delete-directory (directory
  &optional recursive) "Deletes a directory named DIRECTORY.
  If RECURSIVE is non-nil,\nrecursively delete all of
  DIRECTORY's contents as well.\n\nDoes not follow symlinks."
  (if (or (file-symlink-p directory) (not (file-directory-p
  directory))) (delete-file directory) (if recursive (dolist
  (file (directory-files directory (quote full)
  "\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"))
  (magit-delete-directory file recursive))) (delete-directory
  directory))))

  (progn (defun magit-max-args-internal (function) "Returns
  the maximum number of arguments accepted by FUNCTION." (if
  (symbolp function) (setq function (symbol-function
  function))) (if (subrp function) (let ((max (cdr (subr-arity
  function)))) (if (eq (quote many) max) most-positive-fixnum
  max)) (if (eq (quote macro) (car-safe function)) (setq
  function (cdr function))) (let ((arglist (if
  (byte-code-function-p function) (aref function 0) (second
  function)))) (if (memq (quote &rest) arglist)
  most-positive-fixnum (length (remq (quote &optional)
  arglist)))))) (if (functionp (quote start-file-process))
  (defalias (quote magit-start-process) (quote
  start-file-process)) (defalias (quote magit-start-process)
  (quote start-process))) (unless (fboundp (quote
  string-match-p)) (defun string-match-p (regexp string
  &optional start) "Same as `string-match' except this
  function does not\nchange the match data." (let
  ((inhibit-changing-match-data t)) (string-match regexp
  string start)))) (if (fboundp (quote
  with-silent-modifications)) (defalias (quote
  magit-with-silent-modifications) (quote
  with-silent-modifications)) (defmacro
  magit-with-silent-modifications (&rest body) "Execute body
  without changing `buffer-modified-p'. Also, do not\nrecord
  undo information." (\` (set-buffer-modified-p (prog1
  (buffer-modified-p) (let (... before-change-functions
  after-change-functions) (\,@ body))))))) (if (>=
  (magit-max-args-internal (quote delete-directory)) 2)
  (defalias (quote magit-delete-directory) (quote
  delete-directory)) (defun magit-delete-directory (directory
  &optional recursive) "Deletes a directory named DIRECTORY.
  If RECURSIVE is non-nil,\nrecursively delete all of
  DIRECTORY's contents as well.\n\nDoes not follow symlinks."
  (if (or (file-symlink-p directory) (not (file-directory-p
  directory))) (delete-file directory) (if recursive (dolist
  (file (directory-files directory
  ... "\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"))
  (magit-delete-directory file recursive))) (delete-directory
  directory)))))

  eval((progn (defun magit-max-args-internal (function)
  "Returns the maximum number of arguments accepted by
  FUNCTION." (if (symbolp function) (setq function
  (symbol-function function))) (if (subrp function) (let ((max
  (cdr (subr-arity function)))) (if (eq (quote many) max)
  most-positive-fixnum max)) (if (eq (quote macro) (car-safe
  function)) (setq function (cdr function))) (let ((arglist
  (if (byte-code-function-p function) (aref function 0)
  (second function)))) (if (memq (quote &rest) arglist)
  most-positive-fixnum (length (remq (quote &optional)
  arglist)))))) (if (functionp (quote start-file-process))
  (defalias (quote magit-start-process) (quote
  start-file-process)) (defalias (quote magit-start-process)
  (quote start-process))) (unless (fboundp (quote
  string-match-p)) (defun string-match-p (regexp string
  &optional start) "Same as `string-match' except this
  function does not\nchange the match data." (let
  ((inhibit-changing-match-data t)) (string-match regexp
  string start)))) (if (fboundp (quote
  with-silent-modifications)) (defalias (quote
  magit-with-silent-modifications) (quote
  with-silent-modifications)) (defmacro
  magit-with-silent-modifications (&rest body) "Execute body
  without changing `buffer-modified-p'. Also, do not\nrecord
  undo information." (\` (set-buffer-modified-p (prog1
  (buffer-modified-p) (let (... before-change-functions
  after-change-functions) (\,@ body))))))) (if (>=
  (magit-max-args-internal (quote delete-directory)) 2)
  (defalias (quote magit-delete-directory) (quote
  delete-directory)) (defun magit-delete-directory (directory
  &optional recursive) "Deletes a directory named DIRECTORY.
  If RECURSIVE is non-nil,\nrecursively delete all of
  DIRECTORY's contents as well.\n\nDoes not follow symlinks."
  (if (or (file-symlink-p directory) (not (file-directory-p
  directory))) (delete-file directory) (if recursive (dolist
  (file (directory-files directory
  ... "\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"))
  (magit-delete-directory file recursive))) (delete-directory
  directory))))) nil)

  #[128 "xxxxxx" [lexical-binding quote eval progn] 5
   1610577]((defun magit-max-args-internal (function) "Returns
   the maximum number of arguments accepted by FUNCTION." (if
   (symbolp function) (setq function (symbol-function
   function))) (if (subrp function) (let ((max (cdr
   (subr-arity function)))) (if (eq (quote many) max)
   most-positive-fixnum max)) (if (eq (quote macro) (car-safe
   function)) (setq function (cdr function))) (let ((arglist
   (if (byte-code-function-p function) (aref function 0)
   (second function)))) (if (memq (quote &rest) arglist)
   most-positive-fixnum (length (remq (quote &optional)
   arglist)))))) (if (functionp (quote start-file-process))
   (defalias (quote magit-start-process) (quote
   start-file-process)) (defalias (quote magit-start-process)
   (quote start-process))) (unless (fboundp (quote
   string-match-p)) (defun string-match-p (regexp string
   &optional start) "Same as `string-match' except this
   function does not\nchange the match data." (let
   ((inhibit-changing-match-data t)) (string-match regexp
   string start)))) (if (fboundp (quote
   with-silent-modifications)) (defalias (quote
   magit-with-silent-modifications) (quote
   with-silent-modifications)) (defmacro
   magit-with-silent-modifications (&rest body) "Execute body
   without changing `buffer-modified-p'. Also, do not\nrecord
   undo information." (\` (set-buffer-modified-p (prog1
   (buffer-modified-p) (let ((buffer-undo-list t)
   before-change-functions after-change-functions) (\,@
   body))))))) (if (>= (magit-max-args-internal (quote
   delete-directory)) 2) (defalias (quote
   magit-delete-directory) (quote delete-directory)) (defun
   magit-delete-directory (directory &optional recursive)
   "Deletes a directory named DIRECTORY.  If RECURSIVE is
   non-nil,\nrecursively delete all of DIRECTORY's contents as
   well.\n\nDoes not follow symlinks." (if (or (file-symlink-p
   directory) (not (file-directory-p directory))) (delete-file
   directory) (if recursive (dolist (file (directory-files
   directory (quote full)
   "\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"))
   (magit-delete-directory file recursive))) (delete-directory
   directory)))))

  (eval-and-compile (defun magit-max-args-internal (function)
  "Returns the maximum number of arguments accepted by FUNCTION." 
  (if (symbolp function) (setq function  (symbol-function function))) 
  (if (subrp function)
      (let ((max  (cdr (subr-arity function))))
	(if (eq (quote many) max)  most-positive-fixnum max)) 
    (if (eq (quote macro) (car-safe
  function)) (setq function (cdr function)))
    (let ((arglist
  (if (byte-code-function-p function) (aref function 0)
  (second function)))) (if (memq (quote &rest) arglist)
  most-positive-fixnum (length (remq (quote &optional)
  arglist)))))) (if (functionp (quote start-file-process))
  (defalias (quote magit-start-process) (quote
  start-file-process)) (defalias (quote magit-start-process)
  (quote start-process))) (unless (fboundp (quote
  string-match-p)) 
     (defun string-match-p (regexp string
  &optional start) "Same as `string-match' except this
  function does not\nchange the match data." (let
  ((inhibit-changing-match-data t)) (string-match regexp
  string start)))) (if (fboundp (quote
  with-silent-modifications)) (defalias (quote
  magit-with-silent-modifications) (quote
  with-silent-modifications)) (defmacro
  magit-with-silent-modifications (&rest body) "Execute body
  without changing `buffer-modified-p'. Also, do not\nrecord
  undo information." (\` (set-buffer-modified-p (prog1
  (buffer-modified-p) (let (... before-change-functions
  after-change-functions) (\,@ body))))))) (if (>=
  (magit-max-args-internal (quote delete-directory)) 2)
  (defalias (quote magit-delete-directory) (quote
  delete-directory)) (defun magit-delete-directory (directory
  &optional recursive) "Deletes a directory named DIRECTORY.
  If RECURSIVE is non-nil,\nrecursively delete all of
  DIRECTORY's contents as well.\n\nDoes not follow symlinks."
  (if (or (file-symlink-p directory) (not (file-directory-p
  directory))) (delete-file directory) (if recursive (dolist
  (file (directory-files directory
  ... "\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"))
  (magit-delete-directory file recursive))) (delete-directory
  directory)))))

  eval-buffer(#<buffer *load*> nil
  "/export/WRKOBJDIR/devel/magit/work/magit-1.2.0/magit.el"
  nil t) ; Reading at buffer position 28731

  load-with-code-conversion("/export/WRKOBJDIR/devel/magit/work/magit-1.2.0/magit.el"
  "/export/WRKOBJDIR/devel/magit/work/magit-1.2.0/magit.el"
  nil nil)

  load("/export/WRKOBJDIR/devel/magit/work/magit-1.2.0/magit.el" nil nil t)
  load-file("/export/WRKOBJDIR/devel/magit/work/magit-1.2.0/magit.el")
  call-interactively(load-file record nil)
  command-execute(load-file record)
  execute-extended-command(nil "load-file")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)
says use Git version.



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)