Unable to put manuals open at Emacs directly from terminal -


मैं मैनुअल सीधे टर्मिनल में Emacs में खोलना चाहता हूं

  man man  

मैं निम्नलिखित कोड को .zshrc में असफल रूप से डाल दिया

  alias man = x unalias man man () {emacs ^ x man}  < / Em>           शायद यह वही है जो तुम्हारा मतलब है: 

  फ़ंक्शन आदमी () {emacs -valval "(progn (setq मैन-अधिसूचना-विधि 'धमकाने) (आदमी \" $ 1 \ "))}} < / Code> 

मैन्युअल पृष्ठ को * खरोंच * बफर को छुपाने के लिए setq है; यदि आप ऐसा नहीं करना चाहते हैं, तो यह करने के लिए पर्याप्त है

  फ़ंक्शन आदमी () {emacs -valval ("man \" $ 1 \ ")"}  

यदि आप कमांड लाइन से ईएमएसीएस फ़ंक्शंस कॉल करना चाहते हैं, तो आपको फ़ंक्शन कॉल elisp में लिखना होगा; आप कमांड लाइन पर केवल इमाक्स कुंजी अनुक्रम नहीं दे सकते हैं।


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -