Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9041113
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:09:39+00:00 2026-06-16T10:09:39+00:00

Since I would like to use a font that does not align well when

  • 0

Since I would like to use a font that does not align well when using align functions, I figured that I could alter the font type prior to aligning the text.

So, I do not want to change what happens to text that is selected, but I want to edit selected text to alter the font at that time, allowing to use align.

(defun set-font-and-align () 
  (change font type of the selected text)
  (align-regexp)
)

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T10:09:40+00:00Added an answer on June 16, 2026 at 10:09 am

    After some work, this is what I came up with:

    (overlay-put (make-overlay (region-beginning) (region-end)) 'face '(:family "Monospace"))

    This changes the font of the text in the region to Monospace. Similarly, it is possible to add :bold among other things.

    Here is it in action: I use it for marking the paragraph, followed by assigning a monospace font, and then aligning on both & and \\.

    (defun align-test ()
      (interactive)
      (mark-paragraph)
      (overlay-put (make-overlay (region-beginning)  (region-end)) 'face '(:family "Monospace"))
    
     (if (eq major-mode 'latex-mode)
        (progn   (align-regexp (region-beginning) (region-end)  "\\(\\s-*\\)&" 1 1 t )
             (align-regexp (region-beginning) (region-end)  "\\(\\s-*\\)\\\\\\\\" 1 1 t )))
      )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A particular font variety (with ligatures) that I would like to use is only
I would like to use Date() function in hibernate criteria, since one field is
I would like to publish a website using msbuild. Since I have a website
I would like to use a sub report, since it gets used on many
I would like to use the code below as a helper function, since it
I would like to use requireJS and I am using jQuery. I don't want
I would like to use xml-conduit for parsing some very large XML files since
I would like to avoid redistributing .NET runtime if possible with my application since
I would like to listen for the mouse over event in GWT 1.6. Since
I would like to skin a wpf default checkbox to something custom. Since it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.