แต่น่าเสียดายที่ฉันคิดว่าคุณจะต้อง rebind Q ediff-quit
หรือปรับแหล่งที่มาของ ตามที่ปรากฏในแหล่งที่มาของediff-quit
พรอมต์ที่เกิดขึ้นเสมอ
(defun ediff-quit (reverse-default-keep-variants)
"Finish an Ediff session and exit Ediff.
Unselects the selected difference, if any, restores the read-only and modified
flags of the compared file buffers, kills Ediff buffers for this session
\(but not buffers A, B, C\).
If `ediff-keep-variants' is nil, the user will be asked whether the buffers
containing the variants should be removed \(if they haven't been modified\).
If it is t, they will be preserved unconditionally. A prefix argument,
temporarily reverses the meaning of this variable."
(interactive "P")
(ediff-barf-if-not-control-buffer)
(let ((ctl-buf (current-buffer))
(ctl-frm (selected-frame))
(minibuffer-auto-raise t))
(if (y-or-n-p (format "Quit this Ediff session%s? "
(if (ediff-buffer-live-p ediff-meta-buffer)
" & show containing session group" "")))
(progn
(message "")
(set-buffer ctl-buf)
(ediff-really-quit reverse-default-keep-variants))
(select-frame ctl-frm)
(raise-frame ctl-frm)
(message ""))))
ฉันอยากจะแนะนำให้นิยามใหม่ediff-quit
ของคุณ.emacs
และส่งแพทช์ไปยังแหล่งที่มาเพิ่มตัวแปรการปรับแต่ง
โปรดจำไว้ว่าแหล่งที่มาของการนำไปใช้งานใน emacs นั้นอยู่ห่างออกไปไม่กี่ครั้ง สมมติว่ามีการติดตั้งแหล่งที่มาของ elisp ให้พิมพ์C-h fป้อนชื่อฟังก์ชันและตามลิงก์ไปยังตำแหน่งที่กำหนดไว้