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

Re: w3m-safe-url-regexp



In [emacs-w3m:13586]
On Tue, 14 Jan 2020 22:19:15 +0900, ������������ wrote:
> lexical-binding ������������������������������������

������������������������������������ mew-w3m.el ��� lexical-binding ��� t ������
������������������������������������add-hook ������������������������������

(defvar cidstx nil)

������������������������������������������������?

������
> (defun mew-w3m-cid-retrieve-get ()
>   (setq mew-w3m-cid-retrieve-cids
>         (cons cidstx mew-w3m-cid-retrieve-cids)))

��������������������������� lexical-binding = nil ���������������������������������
cidstx ��� boundp ������������������������������������������ mew-w3m.el ������������
���������

  (let ((cidstx VAL)) ...)

������������ cidstx ��������������� boundp ������������������������������������������
lexical variable ��������������������������������� boundp ���������������������
������������������������������������������

  (let ((cidstx VAL)) ...)

��������������������������� cidstx ��� boundp ���������������������������������������
���������������������������������������������������

��������������� cidstx ������������������������������ lexical-binding = t ������
������������������������������������������������������������������������������������������������
������ ~/.mew.el ��� load ������ ~/.mew-lexbind.el ������������������������
lexical-binding = t ������������������������������������������������������������
(���������������������������������������������������)

> # ������������������������ shimbun ������������������������������������������������������
> # ������������ ^^;;;

# ��������������������������������� shimbun ���������������������������������������������
# ���������������������������������������������������������

> ���������github ������������������������mew-w3m.el ������������ Mew ���������������
> ������������������������������

������������������������������������������
-- 
������